From dd2879a1a96776d743a7ea7ec30585db26c785ac Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 27 Apr 2021 13:11:08 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a8e5f..d0c59f0 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The comment, SSID, and icon can be set for each individual user/DMR ID the appli |**ID**|Responds by send an SMS containing your DMR ID.|`ID`| |**TEST**| Responds with "This is a test." as an SMS.|`TEST`| |**?[Network Shortcut] [DMR ID] [Message]**| Send an SMS to a user on another network.|`?XYZ 123456789 This is a test`| -|?[App Shortcut] [Input]|Send SMS to an external application.|`?BBD This is a test post.`| +|**?[App Shortcut] [Input]**|Send SMS to an external application.|`?BBD This is a test post.`| |**@APRS ON**|Enable sending and receiving of APRS messages.|`@APRS ON`| |**@APRS OFF**|Disable sending and receiving of APRS messages.|`@APRS OFF`| @@ -112,6 +112,9 @@ Sending `@BB Test` will result in a post to the bulletin board with the message **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 `@COM` will remove the stored comment. Any position now reports sent will have the default settings. ## API +API description here. + +See [API documentation](https://kf7eel.github.io/hblink3/). ## Web Dashboard