diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 2e957ed66..8162faab6 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -505,7 +505,7 @@ A line ending with \ will be concatenated with the next one, so long lines
getstate fl
ack:0 actuator:2 day-temp:21.5 desired-temp:22.5 [...] measured-temp:22.9 [...] - + Note: to use this command copy the file contrib/getstate/99_getstate.pm into your FHEM directory.
@@ -1099,7 +1099,9 @@ A line ending with \ will be concatenated with the next one, so long lines Specify the logfile to write. You can use "-" for stdout, in this case the server won't background itself.
The logfile name can also take wildcards for easier logfile rotation, - see the FileLog section. + see the FileLog section. Just apply the + archivecmd / archivedir / nrarchive attributes to the + global device as you would do for a FileLog device.
@@ -7654,9 +7656,10 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U shell command (no enclosing " is needed), and each % in the command will be replaced with the name of the old logfile.
- If this attribute is not set, but nrarchive and/or archivecmd is set, - then all superfluous logfiles will be moved to archivedir (or deleted if - archivedir is not set).
+ If this attribute is not set, but nrarchive and/or archivecmd are set, + then nrarchive logfiles are kept while older ones are moved to + archivedir (or deleted if archivedir is not set). +
  • disable