2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

10_ZWave.pm: fix neighborList for battery devices (Forum #49752)

git-svn-id: https://svn.fhem.de/fhem/trunk@10928 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-02-24 11:06:27 +00:00
parent 16448c6d06
commit 51d4dd068a

View File

@ -3587,7 +3587,7 @@ ZWave_addToSendStack($$$)
if(ZWave_isWakeUp($hash)) {
# SECURITY XXX and neighborList
if ($cmd =~ m/^......988[01].*/ || $cmd =~ m/^80..0101$/) {
if ($cmd =~ m/^......988[01].*/ || $cmd =~ m/^80..0100$/) {
Log3 $hash->{NAME}, 5, "$hash->{NAME}: Sendstack bypassed for $cmd";
} else {
return "Scheduled for sending after WAKEUP" if(!$hash->{wakeupAlive});