From bc96d7a69511991cc546411b86ccd483046ee82a Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 11 Jul 2023 16:59:45 +0000 Subject: [PATCH] 98_sequence.pm: typo in the doc git-svn-id: https://svn.fhem.de/fhem/trunk@27749 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/91_sequence.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/91_sequence.pm b/fhem/FHEM/91_sequence.pm index a14af53e7..59e361387 100644 --- a/fhem/FHEM/91_sequence.pm +++ b/fhem/FHEM/91_sequence.pm @@ -269,8 +269,8 @@ sequence_Undef($$)
  • strictSequence
    if set (to 1), any "unexpected" event will reset the sequence. This may be helpful to avoid brute-force attacks.
    - 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.