98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"version": 2,
|
|
"layout": {
|
|
"mode": "list",
|
|
"columns": 2,
|
|
"spacing": 10,
|
|
"showLabels": true,
|
|
"labelColor": "#ffffff"
|
|
},
|
|
"background": {
|
|
"type": "solid",
|
|
"color1": "#000000",
|
|
"color2": "#7b007b",
|
|
"animated": true,
|
|
"imagePath": ""
|
|
},
|
|
"feedback": {
|
|
"okColor": "#00cc44",
|
|
"errorColor": "#cc2200",
|
|
"okWidth": 6,
|
|
"errorWidth": 6,
|
|
"glowRadius": 20,
|
|
"holdColor": "#ffffff",
|
|
"pendingColor": "#ffffff",
|
|
"pendingWidth": 6
|
|
},
|
|
"settings": {
|
|
"darkMode": true,
|
|
"password": "admin",
|
|
"kioskMode": false,
|
|
"iconsDir": "/opt/buttontask/icons",
|
|
"webPort": 8080
|
|
},
|
|
"buttons": [
|
|
{
|
|
"id": "cleaning-call",
|
|
"label": "Вызов клининга",
|
|
"kind": "press",
|
|
"iconPath": "cleaner1Crop.png",
|
|
"color": "#000000",
|
|
"action": {
|
|
"type": "http_get",
|
|
"url": "https://button.grigowashere.ru/api/click/btn?bid=01*04*01",
|
|
"headers": {},
|
|
"body": "",
|
|
"timeoutMs": 15000
|
|
},
|
|
"latchReset": {
|
|
"enabled": true,
|
|
"resetUrl": "https://button.grigowashere.ru/api/click/btn?bid=01*04*00",
|
|
"successMatch": "OK",
|
|
"fireAndForget": true
|
|
},
|
|
"feedback": {
|
|
"successText": "Вызов отправлен",
|
|
"errorText": "Ошибка",
|
|
"pendingText": "...",
|
|
"fadeMs": 5000
|
|
},
|
|
"trigger": {
|
|
"mode": "hold",
|
|
"holdMs": 800
|
|
}
|
|
},
|
|
{
|
|
"id": "voice-call",
|
|
"label": "Аудио",
|
|
"kind": "voice",
|
|
"iconPath": "cleaner1Crop.png",
|
|
"color": "#2a6f97",
|
|
"action": {
|
|
"type": "http_post",
|
|
"url": "https://button.grigowashere.ru/api/v1/classify-audio",
|
|
"headers": {
|
|
"X-API-Key": "97098109-3188-496b-b075-0e8d83c2bef5"
|
|
},
|
|
"body": "",
|
|
"timeoutMs": 60000
|
|
},
|
|
"voice": {
|
|
"sourceId": "panel-01",
|
|
"cancelUrl": "https://button.grigowashere.ru/api/v1/cancel",
|
|
"maxRecordMs": 30000
|
|
},
|
|
"feedback": {
|
|
"successText": "",
|
|
"errorText": "Ошибка",
|
|
"pendingText": "Слушаю...",
|
|
"fadeMs": 5000
|
|
},
|
|
"trigger": {
|
|
"mode": "hold",
|
|
"holdMs": 0
|
|
}
|
|
}
|
|
]
|
|
}
|