2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

docs/commandref_frame.html: fix doc (Forum #122210)

git-svn-id: https://svn.fhem.de/fhem/trunk@24799 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-07-26 10:12:05 +00:00
parent 64b8650769
commit 5916c0805c

View File

@ -539,7 +539,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>median</td><td>the median of all values (requires holdTime and function none)</td></tr>
<tr><td>median</td><td>the median of all values (requires holdTime and method none)</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>
<tr><td>n</td><td>number of samples</td></tr>
<tr><td>t</td><td>timestamp of the last value</td></tr>