2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

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
This commit is contained in:
rudolfkoenig 2022-02-09 13:41:31 +00:00
parent ce8e87fc0e
commit 62577537fa
2 changed files with 6 additions and 2 deletions

View File

@ -474,7 +474,9 @@ attribute list if you want to know if a device supports these attributes. <br>
reading if such a reading for the current device exists. If the value of 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 this attribute is enclosed in {}, then it is evaluated. This attribute is
evaluated each time a reading is updated.<br> evaluated each time a reading is updated.<br>
The "set magic" described <a href="#set">here</a> is also applied. The "set magic" described <a href="#set">here</a> is also applied.<br>
Note: some FHEM modules are setting STATE directly (against the guidelines),
in this case the attribute may not work as expected.
</li> </li>
<p> <p>

View File

@ -479,7 +479,9 @@ Ger&auml;t dokumentiert.
Ger&auml;tes ersetzt (soweit vorhanden). Falls der Wert in {} Ger&auml;tes ersetzt (soweit vorhanden). Falls der Wert in {}
eingeschlossen ist, dann wird es als Perl Ausdruck ausgewertet. Die eingeschlossen ist, dann wird es als Perl Ausdruck ausgewertet. Die
Auswertung passiert bei jeder &Auml;nderung eines Readings.<br> Auswertung passiert bei jeder &Auml;nderung eines Readings.<br>
Die <a href="#set">hier</a> beschriebene "set magic" wird auch angewendet. Die <a href="#set">hier</a> beschriebene "set magic" wird auch angewendet.<br>
Hinweis: Manche Module aktualisieren STATE ganz oder teilweise direkt.
In diesen F&auml;llen kann es zu abweichenden Anzeigen kommen.
</li> </li>
<a name="event-on-update-reading"></a> <a name="event-on-update-reading"></a>