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 39275c0952
commit cd926049bf

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