Updated Notify_lametric (markdown)

Chris Caron 2023-06-17 16:50:44 -04:00
parent d2eb11e7cb
commit 6b7e019755

@ -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.