mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +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:
parent
be86c87413
commit
64ac86bf80
@ -355,7 +355,7 @@ sub msgDialog_progress($$$;$) {
|
||||
;
|
||||
|
||||
foreach (@commands){
|
||||
$_ =~ s/;/;;/g;
|
||||
$_ =~ s/;/;;/g if($_ =~ m/^{.*}$/s);
|
||||
my $ret = AnalyzeCommandChain(undef, $_);
|
||||
|
||||
Log3($SELF, 4, "$TYPE ($SELF) - return from command \"$_\": $ret")
|
||||
|
Loading…
x
Reference in New Issue
Block a user