mirror of https://github.com/caronc/apprise
Updated Notify_fcm (markdown)
parent
a15b83a155
commit
29119b0633
|
@ -34,7 +34,7 @@ Send a FCM notification:
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {Project} is Apprise
|
# Assuming our {Project} is Apprise
|
||||||
# Assuming our {APIKey} is bu1dHSdO22pfaaVy
|
# Assuming our {APIKey} is bu1dHSdO22pfaaVy
|
||||||
# Assuming our {Device} - ABCD:12345
|
# Assuming our {Device} is ABCD:12345
|
||||||
|
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
fcm://Apprise@bu1dHSdO22pfaaVy/ABCD:12345
|
fcm://Apprise@bu1dHSdO22pfaaVy/ABCD:12345
|
||||||
|
|
Loading…
Reference in New Issue