diff --git a/docs/commandref.html b/docs/commandref.html
index 413568e92..7ece0c811 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -6485,37 +6485,6 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
-
-
label
- Double-Colon separated list of values. The values will be used to replace
- <L#> type of strings in the .gplot file, with # beginning at 1
- (<L1>, <L2>, etc.). Each value will be evaluated as a perl
- expression, so you have access e.g. to the Value functions.
-
- If the plotmode is gnuplot-scroll or SVG, you can also use the min, max,
- avg, cnt, sum, lastv (last value) and lastd (last date) values of the
- individual curves, by accessing the corresponding values from the data
- hash, see the example below:
-
-
- - Fixed text for the right and left axis:
-
- - Fhem config:
- attr wl_1 label "Temperature"::"Humidity"
- - .gplot file entry:
- set ylabel <L1>
- set y2label <L2>
-
- - Title with maximum and current values of the 1st curve (FileLog)
-
- - Fhem config:
- attr wl_1 label "Max $data{max1}, Current $data{currval1}"
- - .gplot file entry:
- set title <L1>
-
-
-
-
title
A special form of label (see above), which replaces the string <TL>