commandref_frame.html: more precise documentation for sleep.

git-svn-id: https://svn.fhem.de/fhem/trunk@8624 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-05-24 09:00:53 +00:00
parent 958ea1ca6c
commit 9c19f0e081
2 changed files with 10 additions and 8 deletions

View File

@@ -1188,7 +1188,8 @@ The following local attributes are used by a wider range of devices:
<ul>
<code>sleep &lt;sec&gt; [quiet]</code>
<br><br>
Sleep for a given amount, millisecond accuracy.<br>
Sleep for a given amount. The unit is seconds, with millisecond accuracy, as
you can specify decimal places.<br>
When called in a notify/at/etc, then nonempty return values of the following
commands is logged to the global logfile with loglevel 2.<br>
If quiet is specified, then skip this logging.
@@ -1202,8 +1203,8 @@ The following local attributes are used by a wider range of devices:
Windsensor 1w_temp</code>
</ul>
<br>
Note: sleep followed by another command and issued in at/notify/etc is not
blocking fhem<br>
Note: sleep followed by another command is not blocking FHEM, and is
comparable to a nameless at<br>
</ul>
<a name="version"></a>