2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref_frame.html: add setreading warning

git-svn-id: https://svn.fhem.de/fhem/trunk@6783 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-10-18 09:08:22 +00:00
parent 1b9ffe6322
commit 0f24c6c390
2 changed files with 5 additions and 0 deletions

View File

@ -1063,6 +1063,8 @@ The following local attributes are used by a wider range of devices:
<ul> <ul>
setreading lamp state on setreading lamp state on
</ul> </ul>
Note: setreading won't generate an event for device X, if it is called from a
notify for device X. Use "sleep 0.1; setreading X Y Z" in this case.
</ul> </ul>
<a name="setstate"></a> <a name="setstate"></a>

View File

@ -1132,6 +1132,9 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;te verwendet:
<ul> <ul>
setreading lampe state on setreading lampe state on
</ul> </ul>
Achtung: setreading generiert kein Event f&uuml;r ein Ger&auml;t X, falls es
aus einem notify f&uuml;r Ger&auml;t X aufgerufen wurde. In so einem Fall
k&ouml;nnte man auf "sleep 0.1; setreading X Y Z" ausweichen.
</ul> </ul>
<a name="setstate"></a> <a name="setstate"></a>