mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
compiling
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
data_svelte/setup.json
Normal file
28
data_svelte/setup.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user