Fixing sleep bug
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1932,7 +1932,7 @@ CommandSleep($$)
|
||||
Log 4, "sleeping for $param";
|
||||
|
||||
if(!$cl && @cmdList && $param && $init_done) {
|
||||
InternalTimer(gettimeofday()+$param, "WakeUpFn", join(";;", @cmdList), 0);
|
||||
InternalTimer(gettimeofday()+$param, "WakeUpFn", join(";", @cmdList), 0);
|
||||
@cmdList=();
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user