2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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 2e468de511
commit 8ab100e77c

View File

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