From 74693809ed334c4de4b78b0dc8b3e47b72423ed1 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Wed, 8 Mar 2017 19:13:04 +0000
Subject: [PATCH] commandref_frame.html: Fix header (Device modules, #68638),
clarify event-min-interval (Forum #68558)
git-svn-id: https://svn.fhem.de/fhem/trunk@13646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref_frame.html | 5 +++--
fhem/docs/commandref_frame_DE.html | 6 ++++--
2 files changed, 7 insertions(+), 4 deletions(-)
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.