From 7c27c176d468ad64a431b35a50558ebed13b80cb Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 19 Aug 2018 09:09:44 +0000 Subject: [PATCH] 92_FileLog.pm: remove obsolete logType examples from doc. git-svn-id: https://svn.fhem.de/fhem/trunk@17172 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/92_FileLog.pm | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) 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