fixed default network

This commit is contained in:
2026-06-29 10:34:02 +03:00
parent cdb731d837
commit 980608a279
12 changed files with 108 additions and 3 deletions
+22 -1
View File
@@ -28,6 +28,27 @@
"webPort": 8080
},
"buttons": [
{
"id": "cleaning-call",
"label": "Вызов клининга",
"iconPath": "cleaner1Crop.png",
"action": {
"type": "http_get",
"url": "http://192.168.1.55",
"headers": {},
"body": ""
},
"feedback": {
"successText": "Вызов отправлен",
"errorText": "Ошибка",
"pendingText": "...",
"fadeMs": 5000
},
"trigger": {
"mode": "hold",
"holdMs": 800
},
"color": "#7b007b"
}
]
}