mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
tc-it commands step1
git-svn-id: https://svn.fhem.de/fhem/trunk@4830 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ec3d13f23d
commit
364f918f7a
@ -3594,7 +3594,7 @@ sub CUL_HM_valvePosUpdt(@) {#update valve position periodically to please valve
|
||||
$hash->{helper}{vd}{nextF} = $tn;
|
||||
}
|
||||
do {
|
||||
$msgCnt = ($msgCnt + 1)%256;
|
||||
$msgCnt = $msgCnt++ %256;
|
||||
$idl = $hash->{helper}{vd}{idl}+$msgCnt;
|
||||
$lo = int(($idl*0x4e6d +12345)/0x10000)&0xff;
|
||||
$hi = ($hash->{helper}{vd}{idh}+$idl*198)&0xff;
|
||||
|
@ -1262,6 +1262,8 @@ $culHmChanSets{"HM-CC-RT-DN-BoM02"} = $culHmChanSets{"HM-CC-RT-DN02"};
|
||||
$culHmChanSets{"HM-CC-RT-DN-BoM04"} = $culHmChanSets{"HM-CC-RT-DN04"};
|
||||
$culHmChanSets{"HM-CC-RT-DN-BoM05"} = $culHmChanSets{"HM-CC-RT-DN05"};
|
||||
|
||||
$culHmChanSets{"HM-TC-IT-WM-W-EU02"} = $culHmChanSets{"HM-CC-RT-DN02"};
|
||||
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl04"} = $culHmChanSets{"HM-ES-PMSw1-Pl03"};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl05"} = $culHmChanSets{"HM-ES-PMSw1-Pl03"};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl06"} = $culHmChanSets{"HM-ES-PMSw1-Pl03"};
|
||||
|
Loading…
Reference in New Issue
Block a user