From 1d51f9580bce77ab82dcdbec98e3c96acf198651 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 6 Jan 2026 09:59:24 -0700 Subject: [PATCH] Add some buttons for demo material --- buttons.json | 120 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 4 deletions(-) diff --git a/buttons.json b/buttons.json index f6c175a..c1b3b68 100644 --- a/buttons.json +++ b/buttons.json @@ -11,6 +11,79 @@ "timeout": 30000, "cid": "Live Page" } + }, + { + "text": "6PM Announcement", + "btnClass": "btn-secondary", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } + }, + { + "text": "15 Min Warning", + "btnClass": "btn-info", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } + }, + { + "text": "Pool Closed", + "btnClass": "btn-warning", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } + }, + { + "text": "Health Code Violation", + "btnClass": "btn-warning", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } + }, + { + "text": "Snack Shop 15 Min Warning", + "btnClass": "btn-info", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } + } + , + { + "text": "Snack Shop Closed", + "btnClass": "btn-warning", + "faIcon": "", + "name": "LivePage", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9001.1", + "timeout": 30000, + "cid": "Live Page" + } } ], @@ -27,12 +100,50 @@ "cid": "Emergency Announcement" } }, - { - "text": "Tornado Alert", + "text": "Lightning Alert", "btnClass": "btn-warning", - "name": "TornadoWarning", - "faIcon": "fa-duotone fa-solid fa-tornado", + "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": "LightningAlert", + "faIcon": "fa-duotone fa-solid fa-pause", + "doubleHeight": false, + "context": { + "context": "custom-emergency.9003.1", + "timeout": 30000, + "cid": "\"Weather Alert\" <9000>", + "dial": "9000" + } + }, + { + "text": "EAP Evacuate", + "btnClass": "btn-danger", + "name": "LightningAlert", + "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" + } + }, + { + "text": "Fire Evac", + "btnClass": "btn-danger", + "name": "LightningAlert", + "faIcon": "fa-duotone fa-solid fa-fire", "doubleHeight": false, "context": { "context": "custom-emergency.9003.1", @@ -41,6 +152,7 @@ "dial": "9000" } } + ] } \ No newline at end of file