From 537dc94e40855dd7e47dd0fce5dcd75f86939ca0 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 6 Feb 2020 08:52:19 +0000 Subject: [PATCH] 98_structure.pm: remove the ignore list for featurelevel <= 5.9 git-svn-id: https://svn.fhem.de/fhem/trunk@21131 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_structure.pm | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/fhem/FHEM/98_structure.pm b/fhem/FHEM/98_structure.pm index 78531c095..9d93975c3 100644 --- a/fhem/FHEM/98_structure.pm +++ b/fhem/FHEM/98_structure.pm @@ -539,7 +539,7 @@ structure_Attr($@) userattr=>1 ); - return undef if($ignore{$list[1]} || !$init_done); + return undef if(($ignore{$list[1]} && $featurelevel <= 5.9) || !$init_done); my $me = $list[0]; my $hash = $defs{$me}; @@ -748,17 +748,12 @@ structure_Attr($@) if the regexp matches the name of the attribute, then this attribute will be propagated to all the members. The default is .* (each attribute) for featurelevel <= 5.9, else ^$ (no attribute). - Note: the following attibutes will never be propagated: + Note: the following attibutes were never propagated for featurelevel<=5.9