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

-