Files
IoTManager/data_svelte/setup.json
Dmitry Borisenko b8a8290928 compiling
2021-12-13 00:58:42 +01:00

28 lines
640 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"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"
}
}
]