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:
parent
1938f8e007
commit
3189808a7d
@ -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', },
|
||||
|
Loading…
Reference in New Issue
Block a user