Merge remote-tracking branch 'origin/master'

This commit is contained in:
Philipp Wo 2019-11-22 15:43:12 +01:00
commit b765c1e6f0
1 changed files with 16 additions and 1 deletions

View File

@ -1440,7 +1440,22 @@ sub TadoAPI_readPassword($)
=item summary_DE Anbindung der Tado Heizungssteuerung über API
=begin html
-
<a name="TadoAPI"></a>
<h3>Tado</h3>
<ul>
<i>TadoAPI</i> implements an interface to the Tado cloud.
<br><br>
<a name="Define"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; TadoAPI &lt;tado-mailadress&gt; &lt;homeID&gt;</code>
<br><br>
Example: <code>define myTado TadoAPI mail@example.com 12345</code>
<br><br>
The username and password must match the username and password used on the Tado website.
After successful define, store PASSWORD with set myTado password &lt;yout-tado-password&gt;
Password is sored in encrypted FHEM store. All requests to the API are via oauth2 token.
</ul>
=end html
=begin html_DE