From 9cabc3d07f2ab30b4cd73dd1d91758c863bc20a5 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 1 Jan 2014 15:43:32 +0000 Subject: [PATCH] fhem.pl: sleep is now asynchron when typed directly, not only from at/notify git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4519 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem.pl b/fhem.pl index ed6bf60cf..2767b1c63 100755 --- a/fhem.pl +++ b/fhem.pl @@ -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);