web-paging/buttons.json.default

166 lines
3.8 KiB
Plaintext

{
"Normal Announcements": [
{
"text": "Page All",
"btnClass": "btn-primary",
"faIcon": "fa-duotone fa-solid fa-bullhorn",
"name": "LivePage",
"doubleHeight": true,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
},
{
"text": "6PM Announcement",
"btnClass": "btn-secondary",
"faIcon": "",
"name": "6PMAnnouncement",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
},
{
"text": "15 Min Warning",
"btnClass": "btn-info",
"faIcon": "",
"name": "CloseWarning",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
},
{
"text": "Pool Closed",
"btnClass": "btn-warning",
"faIcon": "",
"name": "PoolClosed",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
},
{
"text": "Health Code Violation",
"btnClass": "btn-warning",
"faIcon": "",
"name": "HealthCodeViolation",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
},
{
"text": "Snack Shop 15 Min Warning",
"btnClass": "btn-info",
"faIcon": "",
"name": "SnackShopWarning",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
}
,
{
"text": "Snack Shop Closed",
"btnClass": "btn-warning",
"faIcon": "",
"name": "SnackShopClosed",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9001.1",
"timeout": 30000,
"cid": "Live Page"
}
}
],
"Emergency Announcements": [
{
"text": "Emergency Page All",
"btnClass": "btn-danger",
"name": "EmergencyAnnouncement",
"doubleHeight": true,
"faIcon": "fa-solid fa-octagon",
"context": {
"context": "custom-emergency.9002.1",
"timeout": 30000,
"cid": "Emergency Announcement"
},
"sling_chat_id": "17132563",
"sling_chat_message": "%initiatingUser% has initiated an Emergency Announcement."
},
{
"text": "Lightning Alert",
"btnClass": "btn-warning",
"name": "LightningAlert",
"faIcon": "fa-duotone fa-solid fa-bolt-lightning",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9003.1",
"timeout": 30000,
"cid": "\"Weather Alert\" <9000>",
"dial": "9000"
}
},
{
"text": "EAP Stand By",
"btnClass": "btn-primary",
"name": "EAPStandBy",
"faIcon": "fa-duotone fa-solid fa-pause",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9003.1",
"timeout": 30000,
"cid": "\"Weather Alert\" <9000>",
"dial": "9000"
},
"sling_chat_id": "17132563",
"sling_chat_message": "CUDA ALERT: EAP Activation - Stand By - Initated by %initiatingUser%"
},
{
"text": "EAP Evacuate",
"btnClass": "btn-danger",
"name": "EAPEvac",
"faIcon": "fa-duotone fa-solid fa-person-to-door",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9003.1",
"timeout": 30000,
"cid": "\"Weather Alert\" <9000>",
"dial": "9000"
},
"sling_chat_id": "17132563",
"sling_chat_message": "CUDA ALERT: EAP Activation - Evacuate - Initated by %initiatingUser%"
},
{
"text": "Fire Evac",
"btnClass": "btn-danger",
"name": "FireEvac",
"faIcon": "fa-duotone fa-solid fa-fire",
"doubleHeight": false,
"context": {
"context": "custom-emergency.9003.1",
"timeout": 30000,
"cid": "\"Weather Alert\" <9000>",
"dial": "9000"
},
"sling_chat_id": "17132563",
"sling_chat_message": "Fire Evacuation Initiated by %initiatingUser%"
}
]
}