Delay for structure send

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1194 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-21 09:43:50 +00:00
parent c229e974a4
commit d6b7f936b7

View File

@ -213,6 +213,10 @@ HMLAN_Write($$$)
$msg = sprintf("S%08X,00,00000000,01,%08X,%s",
$tm, $tm, substr($msg, 4));
HMLAN_SimpleWrite($hash, $msg);
# Avoid problems with structure set
# TODO: rewrite it to use a queue+internaltimer like the CUL
select(undef, undef, undef, 0.03);
}
#####################################