2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

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 ed0e199887
commit c084a0b1d6

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