Manually trigger emergency or announcement
Is there a way to over-ride all of the content players with an emergency or announcement. I would like to display a presentation quickly, over-riding all other content. I know there are CAP providers for emergencies but i'm looking for something other than that. Not necessarily an emergency.
-
So you just basically need a programmer to get you a bot in discord that can take a command with 3 variables, form XML, and shoot it back to your alert URL
The bot formats this
<alert xmlns = 'urn:oasis:names:tc:emergency:cap:1.2'><identifier>1</identifier><sender>quakecon.org</sender><sent></sent><status>Actual</status><msgType>Alert</msgType><scope>Public</scope><info><category>Safety</category><event>test event</event><urgency>Immediate</urgency><severity>Severe</severity><certainty>Observed</certainty><headline></headline><description></description><instruction></instruction></info></alert>
And sends it to the alert url defined in rise
Please sign in to leave a comment.
Comments
9 comments