diff --git a/scripts/dashboard/templates/help.html b/scripts/dashboard/templates/help.html index d71f290..e6ffbc2 100644 --- a/scripts/dashboard/templates/help.html +++ b/scripts/dashboard/templates/help.html @@ -69,11 +69,44 @@ [EMAIL ADDRESS] E-[MESSAGE] Send an email to an email address. test@example.org E-This is a test. - + + +@[RECIPIENT CALLSIGN] M-[MESSAGE] +Post a message to the Mailbox. +@N0CALL M-This is a test. + + +@REM MAIL +Remove all mail addressed to you. +@REM MAIL + + +@SOS +EMERGENCY activation displays a banner on the main dashboard page. +THIS IS AN EMERGENCY. @SOS + + +@NOTICE +Used to prominantly display a notice, similar to EMERGENCY activation. +@NOTICE Server going down at 1800 + + +@REM SOS +Removes an EMERGENCY or notice. +@REM SOS +

 

Commands should be in upper case. Send an SMS to {{data_call_id}} as a {{data_call_type}} with the desired command followed by the value. For example, to change your icon to a dog, the command would be @ICON /p (see the icon table for values). Changing your SSID is as simple as @SSID 7, and @COM Testing 123 will change the comment.

Sending @BB Test will result in a post to the bulletin board with the messaage of "Test".

To remove any of the stored values, just send the appropriate command without any input. @COM will remove the stored comment, @ICON will remove the stored icon, and @ICON will remove the strored icon. Any position reports sent will have the default settings.

+ +

EMERGENCY Activation

+

The EMERGENCY Activation function will display a prominant banner accross the main dashboard page. The banner contains a message, time, callsign of station, and a link to the last known location of the station. This feature is intended to be used in situations where a user is in distress. To trigger an EMERGENCY activation, simply send an SMS to {{data_call_id}} with @SOS in the message. The @SOS command can be anywhere in the message. A less intimidating banner can be displayed for testing, or other purposes, by using @NOTICE. To remove the EMERGENCY activation, simply send the @REM SOS command.

+

The Map

+

This dashboard now has a built in map. The map will display the last know location of stations and some previous plots from them. You can track a station by clicking on the red pin, and selecting the Track Station link. When tracking a station, you have a few options for a refresh rate, located in a drop down menu.

+

The Mailbox

+

The Mailbox is a place where users can leave messages via DMR SMS. A user can leave a message for someone else by sending a formatted SMS to {{data_call_id}}. See the table above for a syntax example of posting a message to the Mailbox. The message recipient can then use the mailbox to check for messages. Message recipients can delete all of their messages by sending the command @REM MAIL. There is no way to remove a single message, it's all or none.

+ {% include 'footer.html' %}