From a0208d6d804591d64ce4859aaff7a0a0de1fe3e7 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 13 Feb 2019 16:52:38 -0500 Subject: [PATCH] Updated Notify_pushover (markdown) --- Notify_pushover.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_pushover.md b/Notify_pushover.md index f648db3..8df823b 100644 --- a/Notify_pushover.md +++ b/Notify_pushover.md @@ -19,7 +19,8 @@ Valid syntax is as follows: | user_id | Yes | The user identifier associated with your Pushover account. | token | Yes | The token associated with your Pushover account. | device_id | No | The device identifier to send your notification to. By default if one isn't specified then all of devices associated with your account are notified. -| priority | no | Can be **low**, **moderate**, **normal**, **high**, or **emergency**; the default is **normal** if a priority isn't specified. +| priority | No | Can be **low**, **moderate**, **normal**, **high**, or **emergency**; the default is **normal** if a priority isn't specified. + #### Example Send a Pushover notification to all of our configured devices: ```bash