From 792fc3277c660a5b84ebb83cc74a947693625792 Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Sun, 3 Feb 2019 11:39:22 +0000 Subject: [PATCH] 70_LaMetric2: fix typo git-svn-id: https://svn.fhem.de/fhem/trunk@18491 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_LaMetric2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/70_LaMetric2.pm b/fhem/FHEM/70_LaMetric2.pm index 51ba1fa7d..df3304f22 100644 --- a/fhem/FHEM/70_LaMetric2.pm +++ b/fhem/FHEM/70_LaMetric2.pm @@ -2341,7 +2341,7 @@ sub LaMetric2_IsDuringTimeframe($$;$) { set lametric app countdown reset



- So send data to a private/shared app, use 'push' as action_id. It will require the access token as parameter so that the device will accept data for that particular app:
+ To send data to a private/shared app, use 'push' as action_id. It will require the access token as parameter so that the device will accept data for that particular app:

token - type: text - Private access token to be used when pushing data to an app. Can be retrieved from developer.lametric.com/applications/app/<app_number> of the corresponding app.