From 2be7e0511098a53f59adef723ef285e69b9c9635 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 14 Aug 2011 09:40:54 +0000 Subject: [PATCH] Perl specials rewrite git-svn-id: https://svn.fhem.de/fhem/trunk@980 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 218 +++++++++++++++++++++++--------------- 1 file changed, 133 insertions(+), 85 deletions(-) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 1f87f9d9a..9498f8ecf 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -4198,21 +4198,27 @@ Attributes:
- The perl specials in the definitions of the set and get commands can contain macros. Apart from the rules - outlined in the documentation of perl specials in fhem, the following rules apply:

+ The perl specials in the definitions of the set and get commands can + contain macros. Apart from the rules outlined in the documentation of perl specials in fhem, the following + rules apply:

@@ -7041,7 +7047,7 @@ isday      In this case only one specific graphic will be rendered assuming that plotmode is 'gnuplot-scroll':
     A graphic will be rendered for 'device', where device is a FileLog, based on the type 'type' based on the given 'logfile'
     The 'zoom' will be either qday/day/week/month/year (same as used in FHEMWEB).
-      The offset 'off' is either 0 (then the second part can be omitted, or -1/-2.... to jump back in time.
+      The offset 'off' is either 0 (then the second part can be omitted), or -1/-2.... to jump back in time.
     The resulting filename will be 'attr-tmpfile file-name.png'

NOTE: If you want to use zoom AND offset then you have to concatenate via '&' !!
@@ -7221,90 +7227,132 @@ isday

Perl specials

-