mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
bugs in List0 display
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4007 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0c5ceac3d0
commit
0e9372c2e6
@ -3975,8 +3975,7 @@ sub CUL_HM_updtRegDisp($$$) {
|
||||
substr(CUL_HM_name2Id($name),0,6),
|
||||
CUL_HM_IOid($hash)):"");
|
||||
foreach my $rgN (@regArr){
|
||||
next if (!$culHmRegDefine{$rgN}->{l} ||
|
||||
$culHmRegDefine{$rgN}->{l} ne $listNo);
|
||||
next if ($culHmRegDefine{$rgN}->{l} ne $listNo);
|
||||
my $rgVal = CUL_HM_getRegFromStore($name,$rgN,$list,$peerId,$regLN);
|
||||
next if (!$rgVal || $rgVal eq "invalid");
|
||||
my $rdN = ((!$expLvl && !$culHmRegDefine{$rgN}->{d})?".":"").$pReg.$rgN;
|
||||
|
@ -852,7 +852,7 @@ my %culHmRegChan = (# if channelspecific then enter them here
|
||||
"Schueco_263-xxx03" =>{ttJtOn =>1,ttJtOff =>1},
|
||||
"HM-Sen-RD-O01" =>{eventFilterTimeB=>1,transmitTryMax =>1,peerNeedsBurst =>1,expectAES =>1,
|
||||
condTxThrhHi =>1,condTxThrhHi =>1,highHoldTime =>1,evntRelFltTime =>1 },
|
||||
"HM-CC-RT-DN03" =>{tempFallWinOpen =>1,shCtValLo =>1},
|
||||
"HM-CC-RT-DN03" =>{shCtValLo =>1},
|
||||
"HM-CC-RT-DN04" =>{btnNoBckLight =>1,
|
||||
tempComfort =>1,tempLowering =>1,tempMin =>1,tempMax =>1,
|
||||
tempOffset =>1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user