statistics: docu

git-svn-id: https://svn.fhem.de/fhem/trunk@7149 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-12-06 19:54:39 +00:00
parent 07f12ed61c
commit 8cd2f789d0

View File

@ -1067,7 +1067,7 @@ statistics_UpdateDevReading($$$$)
<br> <br>
<code>define &lt;name&gt; statistics &lt;deviceNameRegExp&gt; [Prefix]</code> <code>define &lt;name&gt; statistics &lt;deviceNameRegExp&gt; [Prefix]</code>
<br> <br>
Beispiel: <code>define Statistik statistics Sensor_.*|Wettersensor</code> Example: <code>define Statistik statistics Sensor_.*|Wettersensor</code>
<br>&nbsp; <br>&nbsp;
<li><code>&lt;DeviceNameRegExp&gt;</code> <li><code>&lt;DeviceNameRegExp&gt;</code>
<br> <br>
@ -1118,7 +1118,7 @@ statistics_UpdateDevReading($$$$)
<li><code>excludedReadings <code>&lt;DeviceRegExp:ReadingNameRegExp&gt;</code></code> <li><code>excludedReadings <code>&lt;DeviceRegExp:ReadingNameRegExp&gt;</code></code>
<br> <br>
Regular expression of the readings that shall be excluded from the statistics.<br> Regular expression of the readings that shall be excluded from the statistics.<br>
The reading have to be entered in the form <i>deviceName:readingName</i>. E.g. "FritzDect:current|Sensor_.*:humidity" The reading have to be entered in the form <i>deviceName:readingName</i>. E.g. <code>FritzDect:current|Sensor_.*:humidity</code>
<br> <br>
</li><br> </li><br>
<li><code>minAvgMaxReadings &lt;readings&gt;</code> <li><code>minAvgMaxReadings &lt;readings&gt;</code>
@ -1240,7 +1240,7 @@ statistics_UpdateDevReading($$$$)
<li><code>excludedReadings &lt;Ger&auml;tenameRegExp:Ger&auml;tewertRegExp&gt;</code> <li><code>excludedReadings &lt;Ger&auml;tenameRegExp:Ger&auml;tewertRegExp&gt;</code>
<br> <br>
Regul&auml;rer Ausdruck der Ger&auml;tewerte die nicht ausgewertet werden sollen. Regul&auml;rer Ausdruck der Ger&auml;tewerte die nicht ausgewertet werden sollen.
z.B. "<code>FritzDect:current|Sensor_.*:humidity</code>" z.B. <code>FritzDect:current|Sensor_.*:humidity</code>
<br> <br>
</li><br> </li><br>
<li><code>hideAllSummaryReadings &lt;0 | 1&gt;</code> <li><code>hideAllSummaryReadings &lt;0 | 1&gt;</code>