decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
32 lines • 505 B
JSON
{
"inputs": {
"ttn": {
"protocol": "mqtt",
"host": "eu.thethings.network",
"user": "abc",
"password": "xyz"
}
},
"data": [
"temperature",
"humidity",
"motion",
"light",
"battery"
],
"metadata": [
"location",
"contact",
"room",
"installation_date"
],
"outputs": {
"mqtt": false,
"rest": {
"disable": {
"metadata":["contact", "installation_date"],
"data": ["battery"]
}
}
}
}