mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
29 lines
514 B
JSON
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
|
|
}
|
|
] |