mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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
This commit is contained in:
parent
08c2f936f3
commit
9cabc3d07f
2
fhem.pl
2
fhem.pl
@ -2258,7 +2258,7 @@ CommandSleep($$)
|
|||||||
|
|
||||||
Log 4, "sleeping for $sec";
|
Log 4, "sleeping for $sec";
|
||||||
|
|
||||||
if(!$cl && @cmdList && $sec && $init_done) {
|
if(@cmdList && $sec && $init_done) {
|
||||||
my %h = (cmd => join(";", @cmdList),
|
my %h = (cmd => join(";", @cmdList),
|
||||||
evalSpecials => $evalSpecials,
|
evalSpecials => $evalSpecials,
|
||||||
quiet => $quiet);
|
quiet => $quiet);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user