mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
74_AutomowerConnect: Commandref update
git-svn-id: https://svn.fhem.de/fhem/trunk@28030 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7cf7114d89
commit
e0af7161a2
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: 74_AutomowerConnect: Commandref update
|
||||
- bugfix: 76_SolarForecast: Victron API fix Forum:#1288637
|
||||
- change: 10_KNX: allow exponential numbers for dpt14
|
||||
- feature: 00_KNXIO: add FIFO & rate limit for set/get to KNX-bus
|
||||
|
@ -167,6 +167,10 @@ __END__
|
||||
<code>set <name> Start <number of minutes></code><br>
|
||||
Starts immediately for <number of minutes></li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-StartInWorkArea'>StartInWorkArea</a><br>
|
||||
<code>set <name> StartInWorkArea <workAreaId> [<number of minutes>]</code><br>
|
||||
Starts immediately in <workAreaId> for <number of minutes></li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-chargingStationPositionToAttribute'>chargingStationPositionToAttribute</a><br>
|
||||
<code>set <name> chargingStationPositionToAttribute</code><br>
|
||||
Sets the calculated charging station coordinates to the corresponding attributes.</li>
|
||||
@ -204,7 +208,7 @@ __END__
|
||||
Load the command reference example into the attribute mapZones.</li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-defaultDesignAttributesToAttribute'>defaultDesignAttributesToAttribute</a><br>
|
||||
<code>set <name> mapZonesTemplateToAttribute</code><br>
|
||||
<code>set <name> defaultDesignAttributesToAttribute</code><br>
|
||||
Load default design attributes.</li>
|
||||
<br><br>
|
||||
</ul>
|
||||
@ -223,7 +227,7 @@ __END__
|
||||
|
||||
<li><a id='AutomowerConnect-get-MowerData'>MowerData</a><br>
|
||||
<code>get <name> MowerData</code><br>
|
||||
Lists all mower data with its hash path exept positon array. The hash path can be used for generating userReadings. The trigger is <i>connected</i>.<br>
|
||||
Lists all mower data with its hash path exept positon array. The hash path can be used for generating userReadings. The trigger is e.g. <i>device_state: connected</i> or <i>mower_wsEvent: <status-event|positions-event|settings-event></i>.<br>
|
||||
Example: created reading <code>serialnumber</code> with hash path <code>$hash->{helper}{mower}{attributes}{system}{serialNumber}</code><br><br>
|
||||
<code>attr <name> userReadings serialnumber:connected {$defs{$name}->{helper}{mower}{attributes}{system}{serialNumber}}</code></li>
|
||||
|
||||
@ -526,6 +530,10 @@ __END__
|
||||
<code>set <name> Start <number of minutes></code><br>
|
||||
Startet sofort für <number of minutes></li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-StartInWorkArea'>StartInWorkArea</a><br>
|
||||
<code>set <name> StartInWorkArea <workAreaId> [<number of minutes>]</code><br>
|
||||
Startet sofort in <workAreaId> für <number of minutes></li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-chargingStationPositionToAttribute'>chargingStationPositionToAttribute</a><br>
|
||||
<code>set <name> chargingStationPositionToAttribute</code><br>
|
||||
Setzt die berechneten Koordinaten der LS in das entsprechende Attribut.</li>
|
||||
@ -563,7 +571,7 @@ __END__
|
||||
Läd das Beispiel aus der Befehlsreferenz in das Attribut mapZones.</li>
|
||||
|
||||
<li><a id='AutomowerConnect-set-defaultDesignAttributesToAttribute'>defaultDesignAttributesToAttribute</a><br>
|
||||
<code>set <name> mapZonesTemplateToAttribute</code><br>
|
||||
<code>set <name> defaultDesignAttributesToAttribute</code><br>
|
||||
Läd die Standartdesignattribute.</li>
|
||||
<br>
|
||||
</ul>
|
||||
@ -586,7 +594,7 @@ __END__
|
||||
|
||||
<li><a id='AutomowerConnect-get-MowerData'>MowerData</a><br>
|
||||
<code>get <name> MowerData</code><br>
|
||||
Listet alle Daten des Mähers einschließlich Hashpfad auf ausgenommen das Positonsarray. Der Hashpfad kann zur Erzeugung von userReadings genutzt werden, getriggert wird durch <i>connected</i>.<br>
|
||||
Listet alle Daten des Mähers einschließlich Hashpfad auf ausgenommen das Positonsarray. Der Hashpfad kann zur Erzeugung von userReadings genutzt werden, getriggert wird durch e.g. <i>device_state: connected</i> oder <i>mower_wsEvent: <status-event|positions-event|settings-event></i>.<br>
|
||||
Beispiel: erzeugen des Reading <code>serialnumber</code> mit dem Hashpfad <code>$hash->{helper}{mower}{attributes}{system}{serialNumber}</code><br><br>
|
||||
<code>attr <name> userReadings serialnumber:connected {$defs{$name}->{helper}{mower}{attributes}{system}{serialNumber}}</code></li>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user