Updated Notify_dapnet (markdown)

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

@ -56,12 +56,3 @@ apprise -vv -b "Test Message Body" \
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"
```