10_ZWave.pm: fix WARNING in fhem.pl (Forum #38587)

git-svn-id: https://svn.fhem.de/fhem/trunk@9205 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-09-05 20:52:53 +00:00
parent ea7dc1fdea
commit f3a02f775b

View File

@@ -2404,7 +2404,7 @@ ZWave_processSendStack($$$)
if($withDelay && AttrVal($hash->{IODev}{NAME}, "delayNeeded",1)) {
InternalTimer(gettimeofday()+0.3, sub {
ZWave_processSendStack($hash, $now, 0);
}, undef, 0);
}, {}, 0);
return;
}