Added retry and expire setting for Prio 2 messages (#780)

This commit is contained in:
JsBergbau
2021-03-25 10:42:50 +01:00
committed by GitHub
parent 33bec5f2a2
commit e05a3f3d4d
4 changed files with 25 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the
- `msg.url_title`: to add a url title
- `msg.html`: set to true or 1 if message is HTML formatted, see the [supported tags](https://pushover.net/api#html)
- `msg.sound`: to set the alert sound, see the [available options](https://pushover.net/api#sounds)
- `msg.retry`: to set retry interval for Emergency priority (2) messages, see [priority](https://pushover.net/api#priority)
- `msg.expire`: to set retry duration for Emergency priority (2) messages, see [priority](https://pushover.net/api#priority)
The User-key and API-token are stored in a separate credentials file.