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:
    - + the part after is the string displayed in the web frontend.
    Example:
    attr ks300log1 logtype temp4rain10:Temp/Rain,hum6wind8:Hum/Wind,text:Raw-data