mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
74_AutomowerConnect: add new error codes, implement new spelling of headlight-event-v2, add named space and named empty string
git-svn-id: https://svn.fhem.de/fhem/trunk@29759 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9b961cf1c3
commit
57816f35e4
@ -1,5 +1,7 @@
|
||||
# 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: add new error codes, implement new spelling of
|
||||
headlight-event-v2, named space and named empty string
|
||||
- feature: 76_SolarForecast: add Beam graphic layer 3
|
||||
- change: 74_AutomowerConnect: Perl module Readonly is mandatory, respect
|
||||
some perlcritic
|
||||
|
@ -598,7 +598,7 @@ __END__
|
||||
<li>mower_commandStatus - Status of the last sent command cleared each status update</li>
|
||||
<li>mower_currentZone - Zone name with activity MOWING in the last status time stamp interval and number of way points in parenthesis.</li>
|
||||
<li>mower_inactiveReason - They are NONE, PLANNING, SEARCHING_FOR_SATELLITES.</li>
|
||||
<li>mower_wsEvent - websocket connection events (battery-event-v2, calendar-event-v2, cuttingHeight-event-v2, headLights-event-v2, messages-event-v2, mower-event-v2, planner-event-v2 and position-event-v2)</li>
|
||||
<li>mower_wsEvent - websocket connection events (battery-event-v2, calendar-event-v2, cuttingHeight-event-v2, headlights-event-v2, messages-event-v2, mower-event-v2, planner-event-v2 and position-event-v2)</li>
|
||||
<li>mower_errorCode - last error code</li>
|
||||
<li>mower_errorCodeTimestamp - last error code time stamp</li>
|
||||
<li>mower_errorDescription - error description</li>
|
||||
@ -1124,7 +1124,7 @@ __END__
|
||||
<li>mower_commandStatus - Status des letzten uebermittelten Kommandos wird duch Statusupdate zurückgesetzt.</li>
|
||||
<li>mower_currentZone - Name der Zone im aktuell abgefragten Intervall der Statuszeitstempel , in der der Mäher gemäht hat und Anzahl der Wegpunkte in der Zone in Klammern.</li>
|
||||
<li>mower_inactiveReason - Gründe für Inaktivität: NONE, PLANNING, SEARCHING_FOR_SATELLITES.</li>
|
||||
<li>mower_wsEvent - Events der Websocketverbindung (battery-event-v2, calendar-event-v2, cuttingHeight-event-v2, headLights-event-v2, messages-event-v2, mower-event-v2, planner-event-v2 and position-event-v2)</li>
|
||||
<li>mower_wsEvent - Events der Websocketverbindung (battery-event-v2, calendar-event-v2, cuttingHeight-event-v2, headights-event-v2, messages-event-v2, mower-event-v2, planner-event-v2 and position-event-v2)</li>
|
||||
<li>mower_errorCode - last error code</li>
|
||||
<li>mower_errorCodeTimestamp - last error code time stamp</li>
|
||||
<li>mower_errorDescription - error description</li>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user