diff --git a/Notify_pushsafer.md b/Notify_pushsafer.md index 2ee6815..df5acc0 100644 --- a/Notify_pushsafer.md +++ b/Notify_pushsafer.md @@ -36,7 +36,7 @@ Secure connections are always made when you use `psafers://` however `psafer://` Send a PushSafer notification to all of our configured devices: ```bash # Assuming our {private_key} is 435jdj3k78435jdj3k78435jdj3k78 -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ psafers://435jdj3k78435jdj3k78435jdj3k78 ``` @@ -45,6 +45,6 @@ Send a PushSafer notification with the Emergency Priority: # Emergency priority advises you to also specify the expire and # retry values. # Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78 -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ psafers://435jdj3k78435jdj3k78435jdj3k78?priority=emergency ``` \ No newline at end of file