mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 08:03:40 +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:
parent
a77401b19f
commit
1db382101e
@ -213,6 +213,10 @@ HMLAN_Write($$$)
|
|||||||
$msg = sprintf("S%08X,00,00000000,01,%08X,%s",
|
$msg = sprintf("S%08X,00,00000000,01,%08X,%s",
|
||||||
$tm, $tm, substr($msg, 4));
|
$tm, $tm, substr($msg, 4));
|
||||||
HMLAN_SimpleWrite($hash, $msg);
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user