mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
10_ZWave.pm: accept bogus battery messages (Forum #66877)
git-svn-id: https://svn.fhem.de/fhem/trunk@13395 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8157e42510
commit
aaadc24982
@ -399,7 +399,7 @@ my %zwave_class = (
|
|||||||
REMOTE_ASSOCIATION => { id => '7d' },
|
REMOTE_ASSOCIATION => { id => '7d' },
|
||||||
BATTERY => { id => '80',
|
BATTERY => { id => '80',
|
||||||
get => { battery => "02" },
|
get => { battery => "02" },
|
||||||
parse => { "038003(..)"=> '"battery:".($1 eq "ff" ? "low":hex($1)." %")'} },
|
parse => { "0.8003(..)"=> '"battery:".($1 eq "ff" ? "low":hex($1)." %")'} },
|
||||||
CLOCK => { id => '81',
|
CLOCK => { id => '81',
|
||||||
get => { clock => "05" },
|
get => { clock => "05" },
|
||||||
set => { clock => 'ZWave_clockSet()' },
|
set => { clock => 'ZWave_clockSet()' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user