Updated Notify_pushover (markdown)

Chris Caron 2020-08-03 09:40:41 -04:00
parent 0fb905e215
commit cad39cbab1

@ -36,7 +36,8 @@ Send a Pushover notification to all of our configured devices:
```bash
# Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78
# Assuming our {token} is abcdefghijklmnop-abcdefg
apprise pover://435jdj3k78435jdj3k78435jdj3k78@abcdefghijklmnop-abcdefg
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pover://435jdj3k78435jdj3k78435jdj3k78@abcdefghijklmnop-abcdefg
```
Send a Pushover notification with the Emergency Priority:
@ -47,5 +48,6 @@ Send a Pushover notification with the Emergency Priority:
# Assuming our {token} is abcdefghijklmnop-abcdefg
# The following will set a 1hr expiry and attempt to resend
# the message every 10 minutes:
apprise pover://435jdj3k78435jdj3k78435jdj3k78@abcdefghijklmnop-abcdefg?priority=emergency&retry=600&expire=3600
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pover://435jdj3k78435jdj3k78435jdj3k78@abcdefghijklmnop-abcdefg?priority=emergency&retry=600&expire=3600
```