mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
10_ZWave.pm: fix get for battery devices
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10825 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fa1c2e68bb
commit
9fdc2d20fd
@ -3872,7 +3872,8 @@ ZWave_Parse($$@)
|
||||
ZWave_processSendStack($hash, "next");
|
||||
|
||||
} else {
|
||||
ZWave_processSendStack($hash, "msg");
|
||||
ZWave_processSendStack($hash, "msg")
|
||||
if(!ZWave_isWakeUp($hash) || $hash->{wakeupAlive});
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user