10_ZWave.pm: send wakeupNoMoreInformation after 1 sec (Forum #39415)

git-svn-id: https://svn.fhem.de/fhem/trunk@9094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-08-19 05:20:22 +00:00
parent 4918434abe
commit 82c292a1b7

View File

@@ -1610,7 +1610,7 @@ ZWave_sendWakeup($)
IOWrite($hash, "00", "13${nodeId}02840805");
} else { # Wait for commands via notify
InternalTimer(gettimeofday()+0.1, sub($) {
InternalTimer(gettimeofday()+1, sub($) {
my $nodeId = $hash->{id};
IOWrite($hash, "00", "13${nodeId}02840805");
}, $hash, 0);