Files
IoTManager/data_svelte/setup.json
2021-12-16 00:19:08 +01:00

29 lines
514 B
JSON

[
{
"type": "binary",
"subtype": "button-out",
"id": "btn1",
"gpio": 1,
"inv": false
},
{
"type": "sensor",
"subtype": "bme280",
"units": "temp",
"id": "tmp1",
"addr": "0x48",
"int": 10,
"c": 1,
"s": 0
},
{
"type": "sensor",
"subtype": "bme280",
"units": "temp",
"id": "tmp2",
"addr": "0x48",
"int": 10,
"c": 1,
"s": 0
}
]