diff --git a/fhem/FHEM/98_structure.pm b/fhem/FHEM/98_structure.pm
index b61cba516..78531c095 100644
--- a/fhem/FHEM/98_structure.pm
+++ b/fhem/FHEM/98_structure.pm
@@ -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:
+
+ alias async_delay clientstate_behavior clientstate_priority
+ devStateIcon disable disabledForIntervals group icon room propagateAttr
+ setStateIndirectly stateFormat webCmd userattr
+
+ To set them you can use the following expression:
+
+ attr a:<struct_type>=<struct_name> <attrName>
+ <attrVal>
+
setStateIndirectly
@@ -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:
+
+ alias async_delay clientstate_behavior clientstate_priority
+ devStateIcon disable disabledForIntervals group icon room propagateAttr
+ setStateIndirectly stateFormat webCmd userattr
+
+ Um diese zu setzen kann man den Ausdruck
+
+ attr a:<struct_type>=<struct_name> <attrName>
+ <attrVal>
+
+ verwenden.
setStateIndirectly