minsecs by Arno

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1264 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-17 13:11:25 +00:00
parent 7a33b5b6ab
commit 2d4733a9f0
3 changed files with 23 additions and 4 deletions

View File

@@ -2497,12 +2497,18 @@ A line ending with \ will be concatenated with the next one, so long lines
<a name="CUL_TXdefine"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; CUL_TX &lt;code&gt; [corr]</code> <br>
<code>define &lt;name&gt; CUL_TX &lt;code&gt; [corr] [minsecs]</code> <br>
<br>
&lt;code&gt; is the code of the autogenerated address of the TX device (0
to 127)<br>
corr is a correction factor, which will be added to the value received from
the device.
the device.<br>
minsecs are the minimum seconds between two log entries or notifications
from this device. <br>E.g. if set to 300, logs of the same type will occure
with a minimum rate of one per 5 minutes even if the device sends a message
every minute. (Reduces the log file size and reduces the time to display
the plots)
</ul>
<br>