mirror of https://github.com/caronc/apprise
Updated Notify_dapnet (markdown)
parent
c73e02635d
commit
86083e3be3
|
@ -55,13 +55,4 @@ apprise -vv -b "Test Message Body" \
|
||||||
# Assuming our {txgroups} - 'dl-all', 'all'
|
# Assuming our {txgroups} - 'dl-all', 'all'
|
||||||
apprise -vv -b "Test Message Body" \
|
apprise -vv -b "Test Message Body" \
|
||||||
"dapnet://df1abc:test@df1def?txgroups=dl-all,all&priority=emergency"
|
"dapnet://df1abc:test@df1def?txgroups=dl-all,all&priority=emergency"
|
||||||
```
|
```
|
||||||
|
|
||||||
Send a DAPNET/Hampager notification to the callsign: `DF1ABC`
|
|
||||||
```bash
|
|
||||||
# Assuming our {callsign} is DF1ABC
|
|
||||||
# Assuming our {userid} is foobar
|
|
||||||
# Assuming our {password} is pass123
|
|
||||||
apprise -vv -b "Test Message Body" \
|
|
||||||
"dapnet://foobar:pass123@DF1ABC"
|
|
||||||
```
|
|
Loading…
Reference in New Issue