mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
98_statistics: Update help for setStatistics and limitDecimals
git-svn-id: https://svn.fhem.de/fhem/trunk@28883 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cae0a040be
commit
80b10e142b
@ -1324,7 +1324,8 @@ __END__
|
|||||||
</li><br>
|
</li><br>
|
||||||
<a id="statistics-set-setStatistics"></a><li><code>setStatistics <device> <reading> <period> <value></code>
|
<a id="statistics-set-setStatistics"></a><li><code>setStatistics <device> <reading> <period> <value></code>
|
||||||
<br>
|
<br>
|
||||||
Sets a statistic value to a fixed value. Period is one of Hour, Day, Month, Year.
|
Sets a statistic value to a fixed value. Period is one of Hour, Day, Month, Year.<br>
|
||||||
|
Implemented for delta readings only (Hour, Day, Month, Year) Hint: covers not last readings
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -1366,7 +1367,12 @@ __END__
|
|||||||
So, only the readings that are listed in the specific attributes are evaluated.
|
So, only the readings that are listed in the specific attributes are evaluated.
|
||||||
<br>
|
<br>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
<a id="statistics-attr-limitDecimals"></a><li><code>limitDecimals <code><reading:decimals></code></code>
|
||||||
|
<br>
|
||||||
|
Space separated list of reading:decimals to set the maximun number of decimal places after decimal point.<br>
|
||||||
|
Valid only for Delta und Avg.
|
||||||
|
<br>
|
||||||
|
</li><br>
|
||||||
<a id="statistics-attr-minAvgMaxReadings"></a><li><code>minAvgMaxReadings <readings></code>
|
<a id="statistics-attr-minAvgMaxReadings"></a><li><code>minAvgMaxReadings <readings></code>
|
||||||
<br>
|
<br>
|
||||||
Comma separated list of reading names for which a min/average/max statistic shall be calculated.
|
Comma separated list of reading names for which a min/average/max statistic shall be calculated.
|
||||||
@ -1485,6 +1491,11 @@ __END__
|
|||||||
<li><code>doStatistics</code>
|
<li><code>doStatistics</code>
|
||||||
<br>
|
<br>
|
||||||
Berechnet die aktuellen Statistiken aller beobachteten Geräte.
|
Berechnet die aktuellen Statistiken aller beobachteten Geräte.
|
||||||
|
</li>
|
||||||
|
<a id="statistics-set-setStatistics"></a><li><code>setStatistics <device> <reading> <period> <value></code>
|
||||||
|
<br>
|
||||||
|
Setzt einen statistic Wert auf einen festen Wert. Die period ist eine aus Hour, Day, Month, Year.<br>
|
||||||
|
Iimplementiert für delta Readings (Hour, Day, Month, Year). Hinweis: nicht für die Last-Readings.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -1518,7 +1529,12 @@ __END__
|
|||||||
z.B. <code>FritzDect:current|Sensor_.*:humidity</code>
|
z.B. <code>FritzDect:current|Sensor_.*:humidity</code>
|
||||||
<br>
|
<br>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
<a id="statistics-attr-limitDecimals"></a><li><code>limitDecimals <code><reading:decimals></code></code>
|
||||||
|
<br>
|
||||||
|
Durch Angabe einer Liste im Format reading:decimals (Leerzeichen getrennt) wird die maximale Anzahl <br>
|
||||||
|
von Nachkommastellen festgelegt (greift nur bei Delta und Avg).
|
||||||
|
<br>
|
||||||
|
</li><br>
|
||||||
<a id="statistics-attr-ignoreDefaultAssignments"></a><li><code>ignoreDefaultAssignments <code><0 | 1></code></code>
|
<a id="statistics-attr-ignoreDefaultAssignments"></a><li><code>ignoreDefaultAssignments <code><0 | 1></code></code>
|
||||||
<br>
|
<br>
|
||||||
Ignoriert die Standardzuordnung von Gerätewerten zu Statistik-Typen..<br>
|
Ignoriert die Standardzuordnung von Gerätewerten zu Statistik-Typen..<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user