diff --git a/fhem/FHEM/91_notify.pm b/fhem/FHEM/91_notify.pm
index a627c2a95..40781e5de 100644
--- a/fhem/FHEM/91_notify.pm
+++ b/fhem/FHEM/91_notify.pm
@@ -385,12 +385,12 @@ END
=item summary_DE führt bei Events Anweisungen aus
=begin html
-
+
notify
-
+
Define
define <name> notify <pattern> <command>
@@ -489,18 +489,21 @@ END
-
+
Set
+
- addRegexpPart <device> <regexp>
add a regexp part, which is constructed as device:regexp. The parts
are separated by |. Note: as the regexp parts are resorted, manually
constructed regexps may become invalid.
+
- removeRegexpPart <re>
remove a regexp part. Note: as the regexp parts are resorted, manually
constructed regexps may become invalid.
The inconsistency in addRegexpPart/removeRegexPart arguments originates
from the reusage of javascript functions.
+
- inactive
Inactivates the current device. Note the slight difference to the
disable attribute: using set inactive the state is automatically saved
@@ -508,27 +511,28 @@ END
This command is intended to be used by scripts to temporarily
deactivate the notify.
The concurrent setting of the disable attribute is not recommended.
+
- active
Activates the current device (see inactive).
-
+
Get
-
+
Attributes
- disable
- disabledForIntervals
-
+
- disabledAfterTrigger someSeconds
disable the execution for someSeconds after it triggered.
-
+
- addStateEvent
The event associated with the state Reading is special, as the "state: "
string is stripped, i.e $EVENT is not "state: on" but just "on". In some
@@ -543,7 +547,7 @@ END
supporting the readingFnAttributes.
-
+
- forwardReturnValue
Forward the return value of the executed command to the caller,
default is disabled (0). If enabled (1), then e.g. a set command which
@@ -551,14 +555,14 @@ END
FHEMWEB to display this value, when clicking "on" or "off", which is
often not intended.
-
+
- 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 it matches the
argument. The syntax is the same as for the original regexp.
-
+
- readLog
Execute the notify for messages appearing in the FHEM Log. The device
in this case is set to the notify itself, e.g. checking for the startup
@@ -569,7 +573,7 @@ END
-
+
- perlSyntaxCheck
by setting the global attribute perlSyntaxCheck, a syntax check
will be executed upon definition or modification, if the command is
@@ -585,12 +589,12 @@ END
=begin html_DE
-
+
notify
-
+
Define
define <name> notify <Suchmuster> <Anweisung>
@@ -712,18 +716,21 @@ END
-
+
Set
+
- addRegexpPart <device> <regexp>
Fügt ein regexp Teil hinzu, der als device:regexp aufgebaut ist.
Die Teile werden nach Regexp-Regeln mit | getrennt. Achtung: durch
hinzufügen können manuell erzeugte Regexps ungültig
werden.
+
- removeRegexpPart <re>
Entfernt ein regexp Teil. Die Inkonsistenz von addRegexpPart /
removeRegexPart-Argumenten hat seinen Ursprung in der Wiederverwendung
von Javascript-Funktionen.
+
- inactive
Deaktiviert das entsprechende Gerät. Beachte den leichten
semantischen Unterschied zum disable Attribut: "set inactive"
@@ -733,28 +740,29 @@ END
deaktivieren.
Das gleichzeitige Verwenden des disable Attributes wird nicht empfohlen.
+
- active
Aktiviert das entsprechende Gerät, siehe inactive.
-
+
Get
-
+
Attribute
- disable
- disabledForIntervals
-
+
- disabledAfterTrigger <sekunden>
deaktiviert die Ausführung für <sekunden> nach dem
das notify ausgelöst wurde.
-
+
- addStateEvent
Das mit dem state Reading verknüpfte Event ist speziell, da das
dazugehörige Prefix "state: " entfernt wird, d.h. $EVENT ist nicht
@@ -774,14 +782,14 @@ END
-
+
- forwardReturnValue
Rückgabe der Werte eines ausgeführten Kommandos an den
Aufrufer. Die Voreinstellung ist 0 (ausgeschaltet), um weniger
Meldungen im Log zu haben.
-
+
- ignoreRegexp regexp
Es ist nicht immer einfach ein Regexp zu bauen, was etwas _nicht_
matcht. Dieses Attribut hilft in diesen Fällen: das Event wird
@@ -789,7 +797,7 @@ END
in der Definition.
-
+
- readLog
Das notify wird für Meldungen, die im FHEM-Log erscheinen,
ausgegeführt. Das "Event-Generierende-Gerät" wird auf dem
@@ -801,7 +809,7 @@ END
-
+
- perlSyntaxCheck
nach setzen des global Attributes perlSyntaxCheck wird eine
Syntax-Prüfung der Anweisung durchgeführt bei jeder