2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

70_LaMetric2: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@18491 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-02-03 11:39:22 +00:00
parent 07f46db05f
commit 792fc3277c

View File

@ -2341,7 +2341,7 @@ sub LaMetric2_IsDuringTimeframe($$;$) {
<code>set lametric app countdown reset</code><br> <code>set lametric app countdown reset</code><br>
</ul><br> </ul><br>
<br><br> <br><br>
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:<br> 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:<br>
<br> <br>
<code><b>token</b>&nbsp;</code>- type: text - Private access token to be used when pushing data to an app. Can be retrieved from <a href="https://developer.lametric.com/applications/list">developer.lametric.com/applications/app/&lt;app_number&gt;</a> of the corresponding app.<br> <code><b>token</b>&nbsp;</code>- type: text - Private access token to be used when pushing data to an app. Can be retrieved from <a href="https://developer.lametric.com/applications/list">developer.lametric.com/applications/app/&lt;app_number&gt;</a> of the corresponding app.<br>
<br> <br>