diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index 369ad4837..b6ba64198 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -1947,8 +1947,11 @@ The following local attributes are used by a wider range of devices:
- Value(<devicename>)
- Returns the state of the device (the string you see in parenthesis in
- the output of the list command).
+ Returns the STATE of the device (the string you see in parenthesis in
+ the output of the list command). Note: STATE is meant for display
+ purposes, and can be customized by the user via the stateFormat
+ attribute. Use ReadingsVal(<devicename>, 'state', '') instead for
+ computational purposes.
- OldValue(<devicename>)
- OldTimestamp(<devicename>)
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index 7dff88a89..758bb8b5f 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -2092,8 +2092,11 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
- Value(<devicename>)
- liefert das Internal STATE zurück.
-
+ liefert das Internal STATE zurück. Achtung: STATE wird in erster
+ Linie für die Anzeige verwendet, und kann vom Benutzer mit dem
+ stateFormat Attribut geändert werden. Für Berechnungen sollte
+ man stattdessen ReadingsVal(<devicename>, 'state', '') verwenden
+ (s.u.).
- OldValue(<devicename>)
- OldTimestamp(<devicename>)