Updated Notify_pushsafer (markdown)

master
Chris Caron 2020-08-03 09:59:53 -04:00
parent 976984a610
commit f7eab66e20
1 changed files with 2 additions and 2 deletions

@ -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
```