1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

ZWDongle: Timeout set to 0.5 sec

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-04-19 14:52:24 +00:00
parent db8f68db86
commit f3fdc7b412

View File

@ -394,7 +394,7 @@ ZWDongle_Write($$$@)
my ($hash,$fn,$msg,$noStack) = @_;
if(!$noStack && $msg =~ m/^13/) { # SEND_DATA, wait for ACK
InternalTimer(gettimeofday()+0.1, "ZWave_HandleSendStack", $hash, 0)
InternalTimer(gettimeofday()+0.5, "ZWave_HandleSendStack", $hash, 0)
if(!int(@{$hash->{SendStack}}));
push @{$hash->{SendStack}}, $msg;
return if(int(@{$hash->{SendStack}}) > 1);