2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +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:
martinp876 2016-01-16 12:03:01 +00:00
parent 356a277b1d
commit cf11fdcf1c

View File

@ -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;