compiling

This commit is contained in:
Dmitry Borisenko
2021-12-13 00:58:42 +01:00
parent 7486ba7438
commit b8a8290928
188 changed files with 14925 additions and 45 deletions

28
data_svelte/setup.json Normal file
View File

@@ -0,0 +1,28 @@
[
{
"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"
}
}
]