mirror of https://github.com/caronc/apprise
Updated Notify_pushsafer (markdown)
parent
976984a610
commit
f7eab66e20
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue