mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
statistics: docu
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7149 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b43c17f381
commit
e4ad35b2c9
@ -1067,7 +1067,7 @@ statistics_UpdateDevReading($$$$)
|
||||
<br>
|
||||
<code>define <name> statistics <deviceNameRegExp> [Prefix]</code>
|
||||
<br>
|
||||
Beispiel: <code>define Statistik statistics Sensor_.*|Wettersensor</code>
|
||||
Example: <code>define Statistik statistics Sensor_.*|Wettersensor</code>
|
||||
<br>
|
||||
<li><code><DeviceNameRegExp></code>
|
||||
<br>
|
||||
@ -1118,7 +1118,7 @@ statistics_UpdateDevReading($$$$)
|
||||
<li><code>excludedReadings <code><DeviceRegExp:ReadingNameRegExp></code></code>
|
||||
<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>
|
||||
</li><br>
|
||||
<li><code>minAvgMaxReadings <readings></code>
|
||||
@ -1240,7 +1240,7 @@ statistics_UpdateDevReading($$$$)
|
||||
<li><code>excludedReadings <GerätenameRegExp:GerätewertRegExp></code>
|
||||
<br>
|
||||
Regulärer Ausdruck der Gerätewerte die nicht ausgewertet werden sollen.
|
||||
z.B. "<code>FritzDect:current|Sensor_.*:humidity</code>"
|
||||
z.B. <code>FritzDect:current|Sensor_.*:humidity</code>
|
||||
<br>
|
||||
</li><br>
|
||||
<li><code>hideAllSummaryReadings <0 | 1></code>
|
||||
|
Loading…
x
Reference in New Issue
Block a user