mirror of
https://github.com/caronc/apprise.git
synced 2025-03-03 17:41:35 +01:00
Updated Notify_lametric (markdown)
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==
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user