diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index 64efbb972..fb7889bc8 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -474,7 +474,9 @@ attribute list if you want to know if a device supports these attributes.
reading if such a reading for the current device exists. If the value of
this attribute is enclosed in {}, then it is evaluated. This attribute is
evaluated each time a reading is updated.
- The "set magic" described here is also applied.
+ The "set magic" described here is also applied.
+ Note: some FHEM modules are setting STATE directly (against the guidelines),
+ in this case the attribute may not work as expected.
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index 5530ada21..a4cdf4251 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -479,7 +479,9 @@ Gerät dokumentiert.
Gerätes ersetzt (soweit vorhanden). Falls der Wert in {}
eingeschlossen ist, dann wird es als Perl Ausdruck ausgewertet. Die
Auswertung passiert bei jeder Änderung eines Readings.
- Die hier beschriebene "set magic" wird auch angewendet.
+ Die hier beschriebene "set magic" wird auch angewendet.
+ Hinweis: Manche Module aktualisieren STATE ganz oder teilweise direkt.
+ In diesen Fällen kann es zu abweichenden Anzeigen kommen.