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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user