diff --git a/fhem/FHEM/98_structure.pm b/fhem/FHEM/98_structure.pm index 3b8d07470..87e6b44b7 100644 --- a/fhem/FHEM/98_structure.pm +++ b/fhem/FHEM/98_structure.pm @@ -914,7 +914,7 @@ structure_Attr($@)
  • disable
  • disabledForIntervals
  • - +
  • considerDisabledMembers
    wenn gesetzt (auf 1), werden "disabled" Mitglieder bei der Berechnung der Struktur-Status berücksichtigt, sonst werden diese ignoriert. diff --git a/fhem/contrib/commandref_modular.pl b/fhem/contrib/commandref_modular.pl index 8c8b091f4..d20256cf0 100644 --- a/fhem/contrib/commandref_modular.pl +++ b/fhem/contrib/commandref_modular.pl @@ -86,7 +86,7 @@ for my $lang (@lang) { $modData{$mName}{type}=$1 if($l =~ m/^=item\s+(helper|command|device)/); $modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/); $modData{$mName}{modLinks}{$2} = 1 - if($l =~ m//); + if($l =~ m/