fixed new target

This commit is contained in:
2026-07-28 21:29:02 +03:00
parent e7996a15ed
commit f16a365b4d
20 changed files with 2856 additions and 119 deletions
@@ -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"
}
]
}