diff --git a/Notify_aprs.md b/Notify_aprs.md index 0a05254..60e1541 100644 --- a/Notify_aprs.md +++ b/Notify_aprs.md @@ -21,7 +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). +| `delay` | No | Messages are already sent with a `0.8` (second) 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