mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
00_CUL.pm: HomeMatic timing patch from noansi (Forum #122160)
git-svn-id: https://svn.fhem.de/fhem/trunk@24815 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a032995903
commit
7493663522
@ -943,7 +943,7 @@ CUL_Parse($$$$@)
|
||||
if(!defined($modules{CUL_HM}{defptr}{$src}{helper}{io}{nextSend}) ||
|
||||
$nextSend < $modules{CUL_HM}{defptr}{$src}{helper}{io}{nextSend} ||
|
||||
($recvtime - $modules{CUL_HM}{defptr}{$src}{helper}{io}{nextSend}) >
|
||||
($waitTgt*1.07)); # not allready set by previous IO
|
||||
0.09); # not allready set by previous IO
|
||||
|
||||
}
|
||||
$dmsg .= "::$rssi:$name" if(defined($rssi));
|
||||
|
Loading…
Reference in New Issue
Block a user