46 lines
955 B
JSON
46 lines
955 B
JSON
{
|
|
"COLS": [
|
|
"Normal Announcements",
|
|
"Emergency Announcements"
|
|
],
|
|
"ROWS": [
|
|
{
|
|
"text": "Live Page",
|
|
"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": "Emergency Announcement",
|
|
"btnClass": "btn-danger",
|
|
"name": "EmergencyAnnouncement",
|
|
"doubleHeight": true,
|
|
"faIcon": "fa-solid fa-octagon",
|
|
"context": {
|
|
"context": "custom-emergency.9002.1",
|
|
"timeout": 30000,
|
|
"cid": "Emergency Announcement"
|
|
}
|
|
},
|
|
{},
|
|
{
|
|
"text": "Weather Alert",
|
|
"btnClass": "btn-warning",
|
|
"name": "WeatherAlert",
|
|
"faIcon": "fa-regular fa-cloud-bolt",
|
|
"doubleHeight": false,
|
|
"context": {
|
|
"context": "custom-emergency.9003.1",
|
|
"timeout": 30000,
|
|
"cid": "\"Weather Alert\" <9000>",
|
|
"dial": "9000"
|
|
}
|
|
}
|
|
]
|
|
} |