Updated Notify_lametric (markdown)

Chris Caron 2020-09-11 15:56:24 -04:00
parent 0c18cf4fc7
commit 345cc12d0a

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