mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
4356adfb85
commit
772dedf7a8
@ -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=>"<structure> <devspec>,add <devspec> to <structure>" );
|
||||
@ -494,6 +494,9 @@ structure_Attr($@)
|
||||
<a name="structureattr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#disable">disable</a></li>
|
||||
<li><a href="#disabledForIntervals">disabledForIntervals</a></li><br>
|
||||
|
||||
<a name="clientstate_behavior"></a>
|
||||
<li>clientstate_behavior<br>
|
||||
The backward propagated status change from the devices to this structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user