From f7f1da4b80102b680cea527f1f2be0ab27fbc286 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 24 Aug 2020 21:48:03 -0400 Subject: [PATCH] Updated Notify_lametric (markdown) --- Notify_lametric.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_lametric.md b/Notify_lametric.md index 2b240de..a4d43ff 100644 --- a/Notify_lametric.md +++ b/Notify_lametric.md @@ -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== ```