98_structure.pm: activate the disable and disabledForIntervals attributes (Forum #28623)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-11-21 09:38:22 +00:00
parent 4356adfb85
commit 772dedf7a8

View File

@ -43,7 +43,7 @@ structure_Initialize($)
$hash->{AttrFn} = "structure_Attr"; $hash->{AttrFn} = "structure_Attr";
$hash->{AttrList} = "clientstate_priority ". $hash->{AttrList} = "clientstate_priority ".
"clientstate_behavior:relative,relativeKnown,absolute,last ". "clientstate_behavior:relative,relativeKnown,absolute,last ".
$readingFnAttributes; "disable disabledForIntervals $readingFnAttributes";
my %ahash = ( Fn=>"CommandAddStruct", my %ahash = ( Fn=>"CommandAddStruct",
Hlp=>"<structure> <devspec>,add <devspec> to <structure>" ); Hlp=>"<structure> <devspec>,add <devspec> to <structure>" );
@ -494,6 +494,9 @@ structure_Attr($@)
<a name="structureattr"></a> <a name="structureattr"></a>
<b>Attributes</b> <b>Attributes</b>
<ul> <ul>
<li><a href="#disable">disable</a></li>
<li><a href="#disabledForIntervals">disabledForIntervals</a></li><br>
<a name="clientstate_behavior"></a> <a name="clientstate_behavior"></a>
<li>clientstate_behavior<br> <li>clientstate_behavior<br>
The backward propagated status change from the devices to this structure The backward propagated status change from the devices to this structure