From b8ba5f94be7fa6c39e87789834917020b9513a4c Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 7 Mar 2021 18:58:23 +0000 Subject: [PATCH] 91_notify.pm: doc fix from betateilchen (Forum #119368) git-svn-id: https://svn.fhem.de/fhem/trunk@23906 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/91_notify.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/91_notify.pm b/fhem/FHEM/91_notify.pm index c2d180cb1..a627c2a95 100644 --- a/fhem/FHEM/91_notify.pm +++ b/fhem/FHEM/91_notify.pm @@ -554,7 +554,7 @@ END
  • ignoreRegexp regexp
    It is hard to create a regexp which is _not_ matching something, this - attribute helps in this case, as the event is ignored if matches the + attribute helps in this case, as the event is ignored if it matches the argument. The syntax is the same as for the original regexp.
  • @@ -784,8 +784,8 @@ END
  • ignoreRegexp regexp
    Es ist nicht immer einfach ein Regexp zu bauen, was etwas _nicht_ - matcht. Dieses Attribu hilft in diesen Fällen: das Event wird - ignoriert, falls den angegebenen Regexp matcht. Syntax ist gleich wie + matcht. Dieses Attribut hilft in diesen Fällen: das Event wird + ignoriert, falls es den angegebenen Regexp matcht. Syntax ist gleich wie in der Definition.