mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
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
This commit is contained in:
parent
d40ef220a8
commit
74693809ed
@ -79,7 +79,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<b>Devices</b>
|
<b>Device modules</b>
|
||||||
<ul>
|
<ul>
|
||||||
<a href="#global">global</a><br>
|
<a href="#global">global</a><br>
|
||||||
<!-- header:device -->
|
<!-- header:device -->
|
||||||
@ -570,7 +570,8 @@ attribute list if you want to know if a device supports these attributes. <br>
|
|||||||
This attribute takes a comma-separated list of reading:minInterval pairs.
|
This attribute takes a comma-separated list of reading:minInterval pairs.
|
||||||
You may use regular expressions for reading. Events will only be
|
You may use regular expressions for reading. Events will only be
|
||||||
generated, if at least minInterval seconds elapsed since the last reading
|
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.
|
||||||
</li>
|
</li>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<b>Geräte</b>
|
<b>Gerätemodule</b>
|
||||||
<ul>
|
<ul>
|
||||||
<a href="#global">global</a><br>
|
<a href="#global">global</a><br>
|
||||||
<!-- header:device -->
|
<!-- header:device -->
|
||||||
@ -580,7 +580,9 @@ Gerät dokumentiert.
|
|||||||
Dieses Attribut enthält eine durch Kommata getrennte Liste von
|
Dieses Attribut enthält eine durch Kommata getrennte Liste von
|
||||||
"readings:minInterval" Paare. readings kann ein regexp sein. Ein Event wird
|
"readings:minInterval" Paare. readings kann ein regexp sein. Ein Event wird
|
||||||
nur dann generiert, falls seit dem letzten Auftreten des gleichen Events
|
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.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<a name="userReadings"></a>
|
<a name="userReadings"></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user