2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

10_ZWave.pm: fix timeToAck for battery devices

git-svn-id: https://svn.fhem.de/fhem/trunk@11751 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-07-06 16:21:48 +00:00
parent ee2aee3e92
commit 515b0a0fa1

View File

@ -3579,6 +3579,7 @@ ZWave_wakeupTimer($$)
IOWrite($hash,
$hash->{homeId}.($hash->{route} ? ",".$hash->{route} : ""),
"0013${nodeId}028408${cmdEf}".ZWave_callbackId($hash));
$hash->{lastMsgSent} = $now;
}
delete $hash->{wakeupAlive};