mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
86_Robonect.pm: Added userdefined status. Line 102.
git-svn-id: https://svn.fhem.de/fhem/trunk@17175 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7d755ddad5
commit
fb60c39a60
@ -41,6 +41,7 @@
|
||||
# ABU 20180507 replaced "umwelt" with "climate" in readings-section (roughly line 740)
|
||||
# ABU 20180509 reading winterschlaf was not decoded correctly - fixed
|
||||
# ABU 20180509 always try to decode health details - even without Attribute being set. Line 726-748.
|
||||
# ABU 20180819 Added userdefined status. Line 102.
|
||||
|
||||
package main;
|
||||
|
||||
@ -99,7 +100,7 @@ my %elements = (
|
||||
"status" =>
|
||||
{
|
||||
ALIAS => "allgemein",
|
||||
"status" => {ALIAS=>"status", 0=>"schlafen", 1=>"parken", 2=>"maehen", 3=>"suche-base", 4=>"laden", 5=>"suche", 7=>"fehler", 8=>"schleife-fehlt", 16=>"abgeschaltet", 17=>"schlafen"},
|
||||
"status" => {ALIAS=>"status", 0=>"schlafen", 1=>"parken", 2=>"maehen", 3=>"suche-base", 4=>"laden", 5=>"suche", 7=>"fehler", 8=>"schleife-fehlt", 16=>"abgeschaltet", 17=>"schlafen", 18=>"user-defined-18"},
|
||||
"mode" => {ALIAS=>"modus", 0=>"automatik", 1=>"manuell", 2=>"home", 3=>"demo"},
|
||||
"battery" => {ALIAS=>"batteriezustand"},
|
||||
"duration" => {ALIAS=>"dauer"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user