mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 09:51:05 +01:00
Updated Notify_aprs (markdown)
parent
731727c4d3
commit
f8794e5e01
@ -21,6 +21,7 @@ Valid syntax's are as follows:
|
||||
| `userid` | Yes | Your APRS call sign. This is the call sign that will send the message.
|
||||
| `password` | Yes | Numeric APRS passcode, corresponding to `userid`. Read-only access to APRS-IS (`passcode == -1`) is not supported.
|
||||
| `callsign` | Yes | One or more Amateur Radio target call sign(s) is/are required to send a notification.
|
||||
| `delay` | No | Messages are already sent with a `0.8s` throttle to accomodate multiple messages. However there are certain cases where you may wish to extend this value further. Any value provided to the `delay` parameter is added to the `0.8s` value already defined. The minimum (and default value) for this variable is `0.0`. You can however specified a value up to `5.0` (defined in seconds). Integer values are also accepted (hence setting this to `2`, or `4` is perfectly acceptable).
|
||||
| `locale` | No | Your nearest APRS-IS T2 server locale, see [https://www.aprs2.net](https://www.aprs2.net). Valid values: `NOAM`, `SOAM`, `EURO`, `AUNZ`, `ASIA`. Alternatively, select `ROTA` for `rotate.aprs2.net` in case you do not want to target a specific APRS server locale. Default is `EURO`. Only specify the locale's short code; the plugin will then map the actual server URL respectively.
|
||||
|
||||
## Constraints
|
||||
|
Loading…
Reference in New Issue
Block a user