Updated Notify_lametric (markdown)

master
Chris Caron 2020-08-07 15:16:50 -04:00
parent b74f879d75
commit cf5cc53794
1 changed files with 5 additions and 7 deletions

@ -10,18 +10,16 @@ You now have to methods of notifying your LaMetric Device:
2. **Cloud Mode**: A secure query to LaMetric's API server in the cloud to send a message to your clock. You will have limited options with this method.
#### Device Mode Setup
With Device Mode, your Apprise query will directly interface with the Lametric Time Device on your local network.
1. Sign Up and login to the developer webpage https://developer.lametric.com
With Device Mode, your Apprise query will directly interface with the LaMetric Time Device on your local network.
1. Sign Up and login to the [Developer Webpage](https://developer.lametric.com).
1. Locate your Device **API Key**; you can find it [here](https://developer.lametric.com/user/devices):
* https://developer.lametric.com/user/devices
1. You now need to know the IP address your device resides on. Your devices **IP Address** can be found in LaMetric Time app at:
* **Settings** -> **Wi-Fi** -> **IP Address**
#### Cloud Mode Setup
Using Cloud Mode, you will interface with your Lametric Time device through the internet.
1. Sign Up and login to the developer webpage https://developer.lametric.com
1. Create a **Notification App** if you haven't already done so from [here](https://developer.lametric.com/applications/sources):
* https://developer.lametric.com/applications/sources
Using Cloud Mode, you will interface with your LaMetric Time device through the internet.
1. Sign Up and login to the [Developer Webpage](https://developer.lametric.com).
1. Create a **Notification App** if you haven't already done so from [here](https://developer.lametric.com/applications/sources).
1. Provide it an app name, a description and privacy URL (which can point to anywhere; I set mine to `http://localhost`). No permissions are required.
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)