made sleep nonblocking in at/notify/etc

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1398 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-03-30 07:11:39 +00:00
parent 862410da42
commit a584ed6e97
3 changed files with 24 additions and 7 deletions

View File

@@ -1020,12 +1020,11 @@ A line ending with \ will be concatenated with the next one, so long lines
Example:
<ul>
<code>sleep 0.5</code><br>
<code>notify btn3 set lamp toggle;;sleep 0.5;;set lamp toggle</code>
<code>define n3 notify btn3.* set lamp toggle;;sleep 0.5;;set lamp toggle</code>
</ul>
<br>
Note: As the server is <b>not</b> multithreaded, everything is blocked for
the given amount.<br>
Note: sleep followed by another command and issued in at/notify/etc is not
blocking fhem.<br>
</ul>