diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index a8adf9c95..728d44177 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -539,7 +539,7 @@ attribute list if you want to know if a device supports these attributes.
| max | the largest value encountered |
| mean | the arithmetic mean of all values |
| sd | the standard deviation from the mean |
- | median | the median of all values (requires holdTime and function none) |
+ | median | the median of all values (requires holdTime and method none) |
| integral | the arithmetic sum (if not time-weighted) or integral area (if time-weighted) of all values |
| n | number of samples |
| t | timestamp of the last value |