mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
commandref_frame: documentation added for event-aggregator (TimeSeries), function integral
git-svn-id: https://svn.fhem.de/fhem/trunk@10428 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
075b3a1474
commit
52a2a91ac5
@ -548,6 +548,7 @@ attribute list if you want to know if a device supports these attributes. <br>
|
||||
<tr><td>max</td><td>the largest value encountered</td></tr>
|
||||
<tr><td>mean</td><td>the arithmetic mean of all values</td></tr>
|
||||
<tr><td>sd</td><td>the standard deviation from the mean</td></tr>
|
||||
<tr><td>integral</td><td>the arithmetic sum (if not time-weighted) or integral area (if time-weighted) of all values</td></tr>
|
||||
</table>
|
||||
<p>
|
||||
|
||||
|
@ -573,6 +573,7 @@ Gerät dokumentiert.
|
||||
<tr><td>max</td><td>the largest value encountered</td></tr>
|
||||
<tr><td>mean</td><td>the arithmetic mean of all values</td></tr>
|
||||
<tr><td>sd</td><td>the standard deviation from the mean</td></tr>
|
||||
<tr><td>integral</td><td>the arithmetic sum (if not time-weighted) or integral area (if time-weighted) of all values</td></tr>
|
||||
</table>
|
||||
<p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user