mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-31 20:39:14 +03:00
28 lines
640 B
JSON
28 lines
640 B
JSON
|
|
[
|
|||
|
|
{
|
|||
|
|
"type": "button-out",
|
|||
|
|
"id": "btn1",
|
|||
|
|
"gpio": 1,
|
|||
|
|
"inv": false,
|
|||
|
|
"web": {
|
|||
|
|
"widget": "toggle",
|
|||
|
|
"page": "Кнопки",
|
|||
|
|
"descr": "Освещение1",
|
|||
|
|
"order": 1,
|
|||
|
|
"topic": "/prefix/123456-123456/btn2"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"type": "button-out",
|
|||
|
|
"id": "btn2",
|
|||
|
|
"gpio": 1,
|
|||
|
|
"inv": false,
|
|||
|
|
"web": {
|
|||
|
|
"widget": "toggle",
|
|||
|
|
"page": "Кнопки",
|
|||
|
|
"descr": "Освещение2",
|
|||
|
|
"order": 1,
|
|||
|
|
"topic": "/prefix/123456-123456/btn2"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
]
|