change commandref
This commit is contained in:
parent
badc29fac1
commit
53052aed53
@ -811,15 +811,13 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<a name="GardenaSmartBridgedefine"></a>
|
<a name="GardenaSmartBridgedefine"></a>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul><br>
|
<ul><br>
|
||||||
<code>define <name> GardenaSmartBridge <Account-EMail> <Account-Passwort></code>
|
<code>define <name> GardenaSmartBridge</code>
|
||||||
<br><br>
|
<br><br>
|
||||||
Beispiel:
|
Beispiel:
|
||||||
<ul><br>
|
<ul><br>
|
||||||
<code>define Gardena_Bridge GardenaSmartBridge me@email.me secret</code><br>
|
<code>define Gardena_Bridge GardenaSmartBridge</code><br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<Account-EMail> Email Adresse which was used in the GardenaAPP<br>
|
|
||||||
<Account-Passwort> Passwort which was used in the GardenaAPP<br>
|
|
||||||
The GardenaSmartBridge device is created in the room GardenaSmart, then the devices of Your system are recognized automatically and created in FHEM. From now on the devices can be controlled and changes in the GardenaAPP are synchronized with the state and readings of the devices.
|
The GardenaSmartBridge device is created in the room GardenaSmart, then the devices of Your system are recognized automatically and created in FHEM. From now on the devices can be controlled and changes in the GardenaAPP are synchronized with the state and readings of the devices.
|
||||||
<br><br>
|
<br><br>
|
||||||
<a name="GardenaSmartBridgereadings"></a>
|
<a name="GardenaSmartBridgereadings"></a>
|
||||||
@ -844,6 +842,7 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>getDeviceState - Starts a Datarequest</li>
|
<li>getDeviceState - Starts a Datarequest</li>
|
||||||
<li>getToken - Gets a new Session-ID</li>
|
<li>getToken - Gets a new Session-ID</li>
|
||||||
|
<li>gardenaAccountPassword - Passwort which was used in the GardenaAPP</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br><br>
|
<br><br>
|
||||||
<a name="GardenaSmartBridgeattributes"></a>
|
<a name="GardenaSmartBridgeattributes"></a>
|
||||||
@ -852,6 +851,7 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<li>debugJSON - </li>
|
<li>debugJSON - </li>
|
||||||
<li>disable - Disables the Bridge</li>
|
<li>disable - Disables the Bridge</li>
|
||||||
<li>interval - Interval in seconds (Default=300)</li>
|
<li>interval - Interval in seconds (Default=300)</li>
|
||||||
|
<li>gardenaAccountEmail - Email Adresse which was used in the GardenaAPP</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -872,11 +872,11 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<a name="GardenaSmartBridgedefine"></a>
|
<a name="GardenaSmartBridgedefine"></a>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul><br>
|
<ul><br>
|
||||||
<code>define <name> GardenaSmartBridge <Account-EMail> <Account-Passwort></code>
|
<code>define <name> GardenaSmartBridge</code>
|
||||||
<br><br>
|
<br><br>
|
||||||
Beispiel:
|
Beispiel:
|
||||||
<ul><br>
|
<ul><br>
|
||||||
<code>define Gardena_Bridge GardenaSmartBridge me@email.me secret</code><br>
|
<code>define Gardena_Bridge GardenaSmartBridge</code><br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<Account-EMail> Email Adresse, die auch in der GardenaApp verwendet wurde<br>
|
<Account-EMail> Email Adresse, die auch in der GardenaApp verwendet wurde<br>
|
||||||
@ -905,6 +905,7 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>getDeviceState - Startet eine Abfrage der Daten.</li>
|
<li>getDeviceState - Startet eine Abfrage der Daten.</li>
|
||||||
<li>getToken - Holt eine neue Session-ID</li>
|
<li>getToken - Holt eine neue Session-ID</li>
|
||||||
|
<li>gardenaAccountPassword - Passwort, welches in der GardenaApp verwendet wurde</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br><br>
|
<br><br>
|
||||||
<a name="GardenaSmartBridgeattributes"></a>
|
<a name="GardenaSmartBridgeattributes"></a>
|
||||||
@ -913,6 +914,7 @@ sub GardenaSmartBridge_createHttpValueStrings($@) {
|
|||||||
<li>debugJSON - JSON Fehlermeldungen</li>
|
<li>debugJSON - JSON Fehlermeldungen</li>
|
||||||
<li>disable - Schaltet die Datenübertragung der Bridge ab</li>
|
<li>disable - Schaltet die Datenübertragung der Bridge ab</li>
|
||||||
<li>interval - Abfrageinterval in Sekunden (default: 300)</li>
|
<li>interval - Abfrageinterval in Sekunden (default: 300)</li>
|
||||||
|
<li>gardenaAccountEmail - Email Adresse, die auch in der GardenaApp verwendet wurde</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user