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
FHEM2FHEM is a helper module to connect separate fhem installations.
-
+
Define
define <name> FHEM2FHEM <host:portnr> [LOG:regexp|RAW:devicename]
-
- Conect to the remote fhem on host. portnr is the global port
+
+ Connect to the remote fhem on host. portnr is the global port
attribute of the remote fhem. The next parameter specifies the connection
type:
@@ -4819,6 +4821,7 @@ Terminating
define ds1 FHEM2FHEM 192.168.0.1:7072 LOG:.*
define ds2 FHEM2FHEM 192.168.0.1:7072 RAW:CUL
+
@@ -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.
+
- <infile>
Name of the logfile to grep. "-" is the current logfile, or you can