mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
correct register display
git-svn-id: https://svn.fhem.de/fhem/trunk@3207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
591a954982
commit
e3e49c3975
@ -3287,7 +3287,7 @@ sub CUL_HM_updtRegDisp($$$) {
|
||||
push @regArr, keys %{$culHmRegModel{$md}} if($culHmRegModel{$md});
|
||||
push @regArr, keys %{$culHmRegChan{$md.$chn}} if($culHmRegChan{$md.$chn});
|
||||
my @changedRead;
|
||||
my $expLvl = (CUL_HM_getAttrInt($name,"expert") == 0)?1:0;
|
||||
my $expLvl = (CUL_HM_getAttrInt($name,"expert") != 0)?1:0;
|
||||
foreach my $regName (@regArr){
|
||||
next if ($culHmRegDefine{$regName}->{l} ne $listNo);
|
||||
my $rgVal = CUL_HM_getRegFromStore($name,$regName,$list,$peerId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user