mirror of
https://github.com/caronc/apprise.git
synced 2025-03-05 18:41:55 +01:00
Updated Notify_pushover (markdown)
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user