From 62577537facbb41ab70050f1ca7880e2c4cd2e33 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Wed, 9 Feb 2022 13:41:31 +0000
Subject: [PATCH] commandref_frame.html: add note to the stateFormat
description (Forum #126098)
git-svn-id: https://svn.fhem.de/fhem/trunk@25662 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref_frame.html | 4 +++-
fhem/docs/commandref_frame_DE.html | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
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.