Updated Notify_spontit (markdown)

master
Chris Caron 2020-08-03 09:54:20 -04:00
parent 7616099d6b
commit 9c1443ff90
1 changed files with 2 additions and 2 deletions

@ -28,11 +28,11 @@ Send a Spontit notification to all devices associated with a project:
# Assume:
# - our {user} is user28635710302
# - our {apikey} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
apprise -v -t "Test Message Title" -b "Test Message Body" \
apprise -vv -t "Test Message Title" -b "Test Message Body" \
spontit://user28635710302@a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
# Override the subtitle (Mac users only) by doing the following:
# You must use URL encoded strings, below the spaces are swapped with %20
apprise -v -t "Test Message Title" -b "Test Message Body" \
apprise -vv -t "Test Message Title" -b "Test Message Body" \
spontit://myuser@myapi?subtitle=A%20Different%20Subtitle
```