diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm
index db907815d..5b4b3a49f 100644
--- a/fhem/FHEM/92_FileLog.pm
+++ b/fhem/FHEM/92_FileLog.pm
@@ -1330,41 +1330,11 @@ FileLog_regexpFn($$)
logtype
- Used by the pgm2 webfrontend to offer gnuplot/SVG images made from the
+ Used by FHEMWEB to offer gnuplot/SVG images made from the
logs. The string is made up of tokens separated by comma (,), each
- token specifies a different gnuplot program. The token may contain a
+ token specifies a different configuration. The token may contain a
colon (:), the part before the colon defines the name of the program,
- the part after is the string displayed in the web frontend. Currently
- following types of gnuplot programs are implemented:
-
- - fs20
- Plots on as 1 and off as 0. The corresponding filelog definition
- for the device fs20dev is:
- define fslog FileLog log/fs20dev-%Y-%U.log fs20dev
-
- - fht
- Plots the measured-temp/desired-temp/actuator lines. The
- corresponding filelog definitions (for the FHT device named
- fht1) looks like:
- define fhtlog1 FileLog log/fht1-%Y-%U.log fht1:.*(temp|actuator).*
-
-
- - temp4rain10
- Plots the temperature and rain (per hour and per day) of a
- ks300. The corresponding filelog definitions (for the KS300
- device named ks300) looks like:
- define ks300log FileLog log/fht1-%Y-%U.log ks300:.*H:.*
-
- - hum6wind8
- Plots the humidity and wind values of a
- ks300. The corresponding filelog definition is the same as
- above, both programs evaluate the same log.
-
- - text
- Shows the logfile as it is (plain text). Not gnuplot definition
- is needed.
-
-
+ the part after is the string displayed in the web frontend.
Example:
attr ks300log1 logtype
temp4rain10:Temp/Rain,hum6wind8:Hum/Wind,text:Raw-data