Fix of Fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -13,6 +13,7 @@ sub CUL_Read($);
|
||||
sub CUL_ReadAnswer($$$);
|
||||
sub CUL_Ready($);
|
||||
sub CUL_HandleCurRequest($$);
|
||||
sub CUL_HandleWriteQueue($);
|
||||
|
||||
sub CUL_OpenDev($$);
|
||||
sub CUL_CloseDev($);
|
||||
@@ -630,11 +631,14 @@ CUL_HandleWriteQueue($)
|
||||
return;
|
||||
}
|
||||
my $bstring = $arr->[0];
|
||||
next if($bstring eq "-");
|
||||
if($bstring eq "-") {
|
||||
CUL_HandleWriteQueue($hash);
|
||||
} else {
|
||||
CUL_XmitLimitCheck($hash,$bstring);
|
||||
CUL_SimpleWrite($hash, $bstring);
|
||||
InternalTimer(gettimeofday()+0.3, "CUL_HandleWriteQueue", $hash, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#####################################
|
||||
|
||||
Reference in New Issue
Block a user