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:
rudolfkoenig
2017-03-08 19:13:04 +00:00
parent 88f98ab35c
commit 5f7b2caf48
2 changed files with 7 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
</ul>
<br>
<b>Devices</b>
<b>Device modules</b>
<ul>
<a href="#global">global</a><br>
<!-- 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.
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.
</li>
<p>