Files
IoTManager/data_svelte/setup.json

29 lines
514 B
JSON
Raw Normal View History

2021-12-13 00:58:42 +01:00
[
{
"type": "binary",
"subtype": "button-out",
2021-12-13 00:58:42 +01:00
"id": "btn1",
"gpio": 1,
"inv": false
2021-12-13 00:58:42 +01:00
},
{
"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
2021-12-13 00:58:42 +01:00
}
]