2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00

76_msgDialog: fix sleep in commands

git-svn-id: https://svn.fhem.de/fhem/trunk@15678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
igami 2017-12-24 06:31:42 +00:00
parent be86c87413
commit 64ac86bf80

View File

@ -355,7 +355,7 @@ sub msgDialog_progress($$$;$) {
; ;
foreach (@commands){ foreach (@commands){
$_ =~ s/;/;;/g; $_ =~ s/;/;;/g if($_ =~ m/^{.*}$/s);
my $ret = AnalyzeCommandChain(undef, $_); my $ret = AnalyzeCommandChain(undef, $_);
Log3($SELF, 4, "$TYPE ($SELF) - return from command \"$_\": $ret") Log3($SELF, 4, "$TYPE ($SELF) - return from command \"$_\": $ret")