mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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
3fc28e47db
commit
4c57faf39e
@ -86,7 +86,7 @@ sequence_Notify($$)
|
||||
my $s = $events->[$i];
|
||||
$s = "" if(!defined($s));
|
||||
if($n !~ m/^$re$/ && "$n:$s" !~ m/^$re$/) {
|
||||
next if(!$strictSequence && $hash->{IDX});
|
||||
next if(!$strictSequence || !$hash->{IDX});
|
||||
RemoveInternalTimer($ln);
|
||||
sequence_Trigger($ln, "abort-strict");
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user