2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Delay for structure send

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

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