mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
91sequence.pm: fix bug (Forum #121953)
git-svn-id: https://svn.fhem.de/fhem/trunk@27765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2b11bc29f3
commit
1ba9222cc8
@ -86,7 +86,7 @@ sequence_Notify($$)
|
|||||||
my $s = $events->[$i];
|
my $s = $events->[$i];
|
||||||
$s = "" if(!defined($s));
|
$s = "" if(!defined($s));
|
||||||
if($n !~ m/^$re$/ && "$n:$s" !~ m/^$re$/) {
|
if($n !~ m/^$re$/ && "$n:$s" !~ m/^$re$/) {
|
||||||
next if(!$strictSequence && $hash->{IDX});
|
next if(!$strictSequence || !$hash->{IDX});
|
||||||
RemoveInternalTimer($ln);
|
RemoveInternalTimer($ln);
|
||||||
sequence_Trigger($ln, "abort-strict");
|
sequence_Trigger($ln, "abort-strict");
|
||||||
return "";
|
return "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user