Updated Notify_lametric (markdown)

Chris Caron 2020-08-24 21:48:03 -04:00
parent cc7bcc0358
commit f7f1da4b80

@ -60,12 +60,12 @@ Send a LaMetric Time notification using Device Mode (local to our network):
```bash
# Assuming our {apikey} is abc123
# Assuming our {hostname} is 192.168.1.3
apprise -vv -t -b "Test Message Body" lametric://abc123@192.168.1.3
apprise -vv -b "Test Message Body" lametric://abc123@192.168.1.3
```
Send a LaMetric Time notification using Cloud Mode (using LaMetrics Developer API):
```bash
# Assuming our {client_id} is 12:23:45:64
# Assuming our {client_secret} is abcdefg==
apprise -vv -t -b "Test Message Body" lametric://12:23:45:64@abcdefg==
apprise -vv -b "Test Message Body" lametric://12:23:45:64@abcdefg==
```