From 6b7e019755ec9f7fafaf6687e548fd635d48c261 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Jun 2023 16:50:44 -0400 Subject: [PATCH] Updated Notify_lametric (markdown) --- Notify_lametric.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_lametric.md b/Notify_lametric.md index 20f4e9e..8b73ac0 100644 --- a/Notify_lametric.md +++ b/Notify_lametric.md @@ -52,7 +52,7 @@ The breakdown of parameters depend on whether you are using the Cloud Mode or De | Variable | Required | Description | ----------- | -------- | ----------- | apikey | Yes | Your Device **API Key** can be found on LaMetric's website [here](https://developer.lametric.com/user/devices) -| hostname | Yes | This is the IP address or hostname of your Lametric device on your local network. +| hostname | No | This is the IP address or hostname of your Lametric device on your local network. | port | No | The port your LaMetric device is listening on. By default the port is **8080**. | userid | No | The account login to your Lametric device on your local network. By default the user is set to `dev`. | mode | No | Define the Apprise/Lametric mode to use. This can be either set to `cloud` or `device`. It's worth pointing out that Apprise is smart enough to detect the mode you're using based on the URL you provide it. But for those who want to explicitly provide it's value, they can do so.