fhem.pl: sleep is now asynchron when typed directly, not only from at/notify

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4519 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-01-01 15:43:32 +00:00
parent 53d77a0118
commit 99dc4f04bc

View File

@@ -2258,7 +2258,7 @@ CommandSleep($$)
Log 4, "sleeping for $sec";
if(!$cl && @cmdList && $sec && $init_done) {
if(@cmdList && $sec && $init_done) {
my %h = (cmd => join(";", @cmdList),
evalSpecials => $evalSpecials,
quiet => $quiet);