diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index 4bc69f043..d8537592f 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -79,7 +79,7 @@
- Devices
+ Device modules
global
@@ -570,7 +570,8 @@ attribute list if you want to know if a device supports these attributes.
This attribute takes a comma-separated list of reading:minInterval pairs.
You may use regular expressions for reading. Events will only be
generated, if at least minInterval seconds elapsed since the last reading
- of the matched type.
+ of the matched type. If event-on-change-reading is also specified, they are
+ combined with OR: if one of them is true, the event is generated.
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index ef762a50d..fa8c94cef 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -80,7 +80,7 @@
- Geräte
+ Gerätemodule
global
@@ -580,7 +580,9 @@ Gerät dokumentiert.
Dieses Attribut enthält eine durch Kommata getrennte Liste von
"readings:minInterval" Paare. readings kann ein regexp sein. Ein Event wird
nur dann generiert, falls seit dem letzten Auftreten des gleichen Events
- mindestens minInterval Sekunden vergangen sind.
+ mindestens minInterval Sekunden vergangen sind. Falls
+ event-on-change-reading auch spezifiziert ist, dann werden sie mit ODER
+ kombiniert, d.h. wenn einer der beiden Bedingungen wahr ist.