2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

ZWave.pm: battery:low (Forum #30365)

git-svn-id: https://svn.fhem.de/fhem/trunk@7201 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-12-14 08:53:40 +00:00
parent 1938f8e007
commit 3189808a7d

View File

@ -213,7 +213,7 @@ my %zwave_class = (
REMOTE_ASSOCIATION => { id => '7d', },
BATTERY => { id => '80',
get => { battery => "02" },
parse => { "038003(..)"=> '"battery:".hex($1)." %"' }, },
parse => { "038003(..)"=> '"battery:".($1 eq "ff" ? "low":hex($1)." %")'},},
CLOCK => { id => '81',
parse => { "028105"=> "clock:get" }, },
HAIL => { id => '82', },