98_sequence.pm: typo in the doc

git-svn-id: https://svn.fhem.de/fhem/trunk@27749 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2023-07-11 16:59:45 +00:00
parent 3f9cd54e22
commit bc96d7a695

View File

@@ -269,8 +269,8 @@ sequence_Undef($$)
<li>strictSequence<br>
if set (to 1), any "unexpected" event will reset the sequence. This may
be helpful to avoid brute-force attacks.<br>
Note: it will only work as correctly if the sequence is triggering only
to the configured devices (check the NOTIFYDEV internal), and the source
Note: it will only work correctly if the sequence is triggered only
by the configured devices (check the NOTIFYDEV internal), and the source
is not generating "undesired" events together with the desired ones.
</li><br>
</ul>