fixed default network
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user