10_ZWave.pm: fix get for battery devices

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10825 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-02-13 22:52:28 +00:00
parent 0c0a55d8d3
commit 2e1c9fd658

View File

@@ -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});
}