From 6c8264b112ca91f7dbda76b6b09a8987774c8368 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 2 Dec 2021 10:49:44 -0500 Subject: [PATCH] Updated Notify_pushover (markdown) --- Notify_pushover.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_pushover.md b/Notify_pushover.md index dcaa87e..6a90077 100644 --- a/Notify_pushover.md +++ b/Notify_pushover.md @@ -30,6 +30,8 @@ Valid syntax is as follows: | expire | No | The expire parameter specifies how many seconds your notification will continue to be retried for (every `retry` seconds). If the notification has not been acknowledged in `expire` seconds, it will be marked as expired and will stop being sent to the user. Note that the notification is still shown to the user after it is expired, but it will not prompt the user for acknowledgement. This parameter has a maximum value of at most 10800 seconds (3 hours). The default is 3600 seconds (1 hr) if nothing is otherwise specified. | retry | No | The retry parameter specifies how often (in seconds) the Pushover servers will send the same notification to the user. In a situation where your user might be in a noisy environment or sleeping, retrying the notification (with sound and vibration) will help get his or her attention. This parameter must have a value of at least 30 seconds between retries. The default is 900 seconds (15 minutes) if nothing is otherwise specified. | sound | No | Can optionally identify one of the optional sound effects identified [here](https://pushover.net/api#sounds). The default sound is **pushover**. +| url | No | Can optionally provide a Supplementary URL to go with your message +| url_title | No | Can optionally provide a Supplementary URL Title to go with your message #### Example Send a Pushover notification to all of our configured devices: