fixed new target
This commit is contained in:
@@ -1,54 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"layout": {
|
||||
"mode": "list",
|
||||
"columns": 1,
|
||||
"spacing": 10,
|
||||
"showLabels": true
|
||||
},
|
||||
"background": {
|
||||
"type": "solid",
|
||||
"color1": "#000000",
|
||||
"color2": "#000000",
|
||||
"animated": true,
|
||||
"imagePath": ""
|
||||
},
|
||||
"feedback": {
|
||||
"okColor": "#00cc44",
|
||||
"errorColor": "#cc2200",
|
||||
"okWidth": 3,
|
||||
"errorWidth": 2,
|
||||
"glowRadius": 28
|
||||
},
|
||||
"settings": {
|
||||
"darkMode": true,
|
||||
"password": "admin",
|
||||
"kioskMode": false,
|
||||
"iconsDir": "/opt/buttontask/icons",
|
||||
"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": "#000000"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user