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:
parent
ee2aee3e92
commit
515b0a0fa1
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user