diff --git a/Notify_pushover.md b/Notify_pushover.md index c16ff2d..dcaa87e 100644 --- a/Notify_pushover.md +++ b/Notify_pushover.md @@ -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 ``` \ No newline at end of file