Updated Notify_lametric (markdown)

master
Chris Caron 2020-08-07 15:20:44 -04:00
parent e978e0f0d3
commit caa21e147e
1 changed files with 3 additions and 3 deletions

@ -1,4 +1,4 @@
## Lametric Time/Clock Notifications
## LaMetric Time/Clock Notifications
* **Source**: https://lametric.com
* **Icon Support**: Yes
* **Message Format**: Text
@ -23,13 +23,13 @@ Using Cloud Mode, you will interface with your LaMetric Time device through the
1. Access your newly created app so that you can acquire both the **Client ID** and the **Client Secret** [here](https://developer.lametric.com/applications/sources)
### Syntax
Device Mode Syntaxes are as follows:
Device Mode syntaxes are as follows:
* `lametric://{apikey}@{hostname}`
* `lametric://{apikey}@{hostname}:{port}`
* `lametric://{userid}:{apikey}@{hostname}`
* `lametric://{userid}:{apikey}@{hostname}:{port}`
Cloud Mode Syntax is as follows:
Cloud Mode syntax is as follows:
* `lametric://{client_id}@{client_secret}`
### Parameter Breakdown