From 3a3b4bff820c15f8e50bcc1086da61210fb8cc3c Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Fri, 21 Nov 2014 09:38:22 +0000 Subject: [PATCH] 98_structure.pm: activate the disable and disabledForIntervals attributes (Forum #28623) git-svn-id: https://svn.fhem.de/fhem/trunk@7031 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_structure.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/98_structure.pm b/fhem/FHEM/98_structure.pm index 489808ba8..bd246ed9e 100755 --- a/fhem/FHEM/98_structure.pm +++ b/fhem/FHEM/98_structure.pm @@ -42,8 +42,8 @@ structure_Initialize($) $hash->{SetFn} = "structure_Set"; $hash->{AttrFn} = "structure_Attr"; $hash->{AttrList} = "clientstate_priority ". - "clientstate_behavior:relative,relativeKnown,absolute,last ". - $readingFnAttributes; + "clientstate_behavior:relative,relativeKnown,absolute,last ". + "disable disabledForIntervals $readingFnAttributes"; my %ahash = ( Fn=>"CommandAddStruct", Hlp=>" ,add to " ); @@ -494,6 +494,9 @@ structure_Attr($@) Attributes