Updated Notify_dapnet (markdown)

Chris Caron 2021-12-28 11:56:02 -05:00
parent c73e02635d
commit 86083e3be3

@ -55,13 +55,4 @@ apprise -vv -b "Test Message Body" \
# Assuming our {txgroups} - 'dl-all', 'all'
apprise -vv -b "Test Message Body" \
"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"
```
```