From 345cc12d0ad7fedb2aefdbe037a904ebeb095d9f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 11 Sep 2020 15:56:24 -0400 Subject: [PATCH] Updated Notify_lametric (markdown) --- Notify_lametric.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_lametric.md b/Notify_lametric.md index 4d1ab7f..8e51f47 100644 --- a/Notify_lametric.md +++ b/Notify_lametric.md @@ -62,7 +62,8 @@ The breakdown of parameters depend on whether you are using the Cloud Mode or De | Variable | Required | Description | ----------- | -------- | ----------- | app_id | Yes | Your Indicator App's **Application ID** can be found in your *Indicator App Configuration**. You can access your application's configuation from the LaMetric's website [here](https://developer.lametric.com/applications/). -| client_secret | Yes | Your Indicator App's **Access Token** can be found in your *Indicator App Configuration**. You can access your application's configuation from the LaMetric's website [here](https://developer.lametric.com/applications/). +| app_access_token | Yes | Your Indicator App's **Access Token** can be found in your *Indicator App Configuration**. You can access your application's configuation from the LaMetric's website [here](https://developer.lametric.com/applications/). +| app_version | No | The version associated with your Indicator App. If this isn't specified, then the default value of `1` (One) is used. | 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. #### Example