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:
@@ -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 <name> CUL_TX <code> [corr]</code> <br>
|
||||
<code>define <name> CUL_TX <code> [corr] [minsecs]</code> <br>
|
||||
|
||||
<br>
|
||||
<code> 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user