mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-18 05:56:03 +00:00
98_structure.pm: document attr ignore list (Forum #70773)
git-svn-id: https://svn.fhem.de/fhem/trunk@21130 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
47dd734da2
commit
53ecc34389
@ -748,6 +748,17 @@ 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:
|
||||
<ul>
|
||||
alias async_delay clientstate_behavior clientstate_priority
|
||||
devStateIcon disable disabledForIntervals group icon room propagateAttr
|
||||
setStateIndirectly stateFormat webCmd userattr
|
||||
</ul>
|
||||
To set them you can use the following expression:
|
||||
<ul>
|
||||
attr a:<struct_type>=<struct_name> <attrName>
|
||||
<attrVal>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>setStateIndirectly<br>
|
||||
@ -976,7 +987,18 @@ structure_Attr($@)
|
||||
Falls der Regexp auf den Namen des Attributes zutrifft, dann wird dieses
|
||||
Attribut an allen Mitglieder weitergegeben. Für featurelevel <= 5.9
|
||||
ist die Voreinstellung .* (d.h. alle Attribute), sonst ^$ (d.h. keine
|
||||
Attribute).
|
||||
Attribute). Achtung: folgende Attribute werden nie weitervererbt:
|
||||
<ul>
|
||||
alias async_delay clientstate_behavior clientstate_priority
|
||||
devStateIcon disable disabledForIntervals group icon room propagateAttr
|
||||
setStateIndirectly stateFormat webCmd userattr
|
||||
</ul>
|
||||
Um diese zu setzen kann man den Ausdruck
|
||||
<ul>
|
||||
attr a:<struct_type>=<struct_name> <attrName>
|
||||
<attrVal>
|
||||
</ul>
|
||||
verwenden.
|
||||
</li>
|
||||
|
||||
<li>setStateIndirectly<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user