mirror of https://github.com/caronc/apprise
Updated Notify_flock (markdown)
parent
591de408b3
commit
2f7098b9f1
|
@ -53,5 +53,6 @@ Send a flock notification to our channel #nuxref (which is identified as `g:abcd
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {token} is 134b8gh0-eba0-4fa9-ab9c-257ced0e8221
|
# Assuming our {token} is 134b8gh0-eba0-4fa9-ab9c-257ced0e8221
|
||||||
# our channel nuxref is represented as g:abcd1234efgh
|
# our channel nuxref is represented as g:abcd1234efgh
|
||||||
apprise flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue