diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 686056582..190f8094d 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -1946,6 +1946,7 @@ A line ending with \ will be concatenated with the next one, so long lines
  • uptime
    return the CUL uptime (time since CUL reset). +

  • raw
    Issue a CUL firmware command, and wait for one line of data returned by the CUL. See the CUL firmware README document for details on CUL @@ -3162,6 +3163,7 @@ A line ending with \ will be concatenated with the next one, so long lines set pumpspeed 6.75

    + @@ -4781,15 +4783,15 @@ Terminating

    FHEM2FHEM


    @@ -4938,7 +4941,6 @@ Terminating - @@ -5493,6 +5495,7 @@ Terminating Used to reopen a FileLog after making some manual changes to the logfile.
    +
    @@ -5501,7 +5504,9 @@ Terminating get <name> <infile> <outfile> <from> <to> <column_spec>

    - Read data from the logfile. + Read data from the logfile, used by frontends to plot data without direct + access to the file.
    +