54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"version": 2,
|
|
"layout": {
|
|
"mode": "list",
|
|
"columns": 1,
|
|
"spacing": 10,
|
|
"showLabels": true
|
|
},
|
|
"background": {
|
|
"type": "gradient",
|
|
"color1": "#00007b",
|
|
"color2": "#7b007b",
|
|
"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": "#7b007b"
|
|
}
|
|
]
|
|
} |