2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

commandref_frame.html: document setstate anomaly (Forum #107290)

git-svn-id: https://svn.fhem.de/fhem/trunk@20961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-01-13 10:12:37 +00:00
parent b20f9e8058
commit c6fd847204
2 changed files with 8 additions and 0 deletions

View File

@ -1310,6 +1310,10 @@ The following local attributes are used by a wider range of devices:
<ul>
setstate lamp on
</ul>
Note: this command is also used to store the readings in the statefile, in
this case the timestamp will preceed the value. As a side-effect there is no
way to save a state correctly if it starts with a timestamp in the YYYY-MM-DD
HH:MM:SS form.
</ul>
<!-- setstate end -->

View File

@ -1393,6 +1393,10 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<ul>
setstate lampe An
</ul>
Achtung: setstate wird verwendet, um Readings im statefile zu speichern, in
diesem Fall wird vor dem Wert ein Zeitstempel geschrieben. Als Seiteneffekt
ist es nicht m&ouml;glich, ein Status, was mit einem Zeitstempel der Form
YYYY-MM-DD HH:MM:SS beginnt, korrekt zu speichern.
</ul>
<!-- setstate end -->