mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
CUL_HM:revert comment
git-svn-id: https://svn.fhem.de/fhem/trunk@10519 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
356a277b1d
commit
cf11fdcf1c
@ -5359,7 +5359,6 @@ sub CUL_HM_valvePosUpdt(@) {#update valve position periodically to please valve
|
||||
# int32_t result = (((_address << 8) | messageCounter) * 1103515245 + 12345) >> 16;
|
||||
# 4e6d = 20077 12996205 = C64E6D
|
||||
# return (result & 0xFF) + 480;
|
||||
Log 1,"General valveUpdate $name";
|
||||
if ($tn > ($nextF + 3000)){# missed 20 periods;
|
||||
Log3 $name,3,"CUL_HM $name virtualTC timer off by:".int($tn - $nextF);
|
||||
$nextF = $tn;
|
||||
|
Loading…
x
Reference in New Issue
Block a user