From 79e79cdd2e27bd5b2afa9528303566e00124c3a3 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 17 Aug 2022 20:12:34 +0000 Subject: [PATCH] structure.pm: fix attr doc anchor commandref_modular.pl: fix searching for anchor git-svn-id: https://svn.fhem.de/fhem/trunk@26331 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_structure.pm | 2 +- fhem/contrib/commandref_modular.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/