change RT register names again

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3991 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-10-02 11:42:19 +00:00
parent 31a39ad067
commit 55be912b8b

View File

@ -831,15 +831,17 @@ my %culHmRegChan = (# if channelspecific then enter them here
"HM-CC-RT-DN03" =>{tempFallWinOpen =>1,shCtValLo =>1}, "HM-CC-RT-DN03" =>{tempFallWinOpen =>1,shCtValLo =>1},
"HM-CC-RT-DN04" =>{btnNoBckLight =>1, "HM-CC-RT-DN04" =>{btnNoBckLight =>1,
tempComfort =>1,tempLowering =>1,tempMin =>1,tempMax =>1, tempComfort =>1,tempLowering =>1,tempMin =>1,tempMax =>1,
tempFallWinOpen =>1,tempFallWinPerio=>1,tempOffset =>1, tempOffset =>1,
decalcWeekday =>1,decalcTime =>1, decalcWeekday =>1,decalcTime =>1,
boostPos =>1,boostPeriod =>1,boostAftWinOpen =>1, boostPos =>1,boostPeriod =>1,
daylightSaveTime=>1,regAdaptive =>1, daylightSaveTime=>1,regAdaptive =>1,
showInfo =>1,noMinMax4Manu =>1,showWeekday =>1, showInfo =>1,noMinMax4Manu =>1,showWeekday =>1,
valveOffset =>1,valveMaxPos =>1,valveErrPos =>1, valveOffset =>1,valveMaxPos =>1,valveErrPos =>1,
modePrioManu =>1,modePrioParty =>1, modePrioManu =>1,modePrioParty =>1,
reguIntI =>1,reguIntP =>1,reguIntPstart =>1, reguIntI =>1,reguIntP =>1,reguIntPstart =>1,
reguExtI =>1,reguExtP =>1,reguExtPstart =>1 reguExtI =>1,reguExtP =>1,reguExtPstart =>1,
winOpnTemp =>1,winOpnPeriod =>1,winOpnBoost =>1,winOpnMode =>1,
winOpnDetFall =>1
}, },
"HM-CC-RT-DN06" =>{CtrlRc =>1,TempRC =>1}, "HM-CC-RT-DN06" =>{CtrlRc =>1,TempRC =>1},
); );