mirror of https://github.com/caronc/apprise
added -v to apprise examples
parent
ae9a0bd9d0
commit
013bf43acf
|
@ -28,11 +28,11 @@ Send a Spontit notification to all devices associated with a project:
|
||||||
# Assume:
|
# Assume:
|
||||||
# - our {user} is user28635710302
|
# - our {user} is user28635710302
|
||||||
# - our {apikey} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
# - our {apikey} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
||||||
apprise -t "Test Message Title" -b "Test Message Body" \
|
apprise -v -t "Test Message Title" -b "Test Message Body" \
|
||||||
spontit://user28635710302@a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
spontit://user28635710302@a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
|
||||||
|
|
||||||
# Override the subtitle (Mac users only) by doing the following:
|
# Override the subtitle (Mac users only) by doing the following:
|
||||||
# You must use URL encoded strings, below the spaces are swapped with %20
|
# You must use URL encoded strings, below the spaces are swapped with %20
|
||||||
apprise -t "Test Message Title" -b "Test Message Body" \
|
apprise -v -t "Test Message Title" -b "Test Message Body" \
|
||||||
spontit://myuser@myapi?subtitle=A%20Different%20Subtitle
|
spontit://myuser@myapi?subtitle=A%20Different%20Subtitle
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue