diff --git a/docs/commandref.html b/docs/commandref.html
index d2d67f17a..422cf00ed 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -3830,14 +3830,19 @@ Attributes:
Define
- define <name> ECMD telnet <IPAddress:Port>
+ define <name> ECMD telnet <IPAddress:Port>
+ or
+ define <name> ECMD serial <SerialDevice>[<@BaudRate>]
- Defines a physical ECMD device. The keyword telnet
is fixed.
+ Defines a physical ECMD device. The keywords telnet
or
+ serial
are fixed.
- Example:
+ Examples:
define AVRNETIO ECMD telnet 192.168.0.91:2701
+ define AVRNETIO ECMD serial /dev/ttyS0
+ define AVRNETIO ECMD serial /sev/ttyUSB0@38400
@@ -4023,7 +4028,7 @@ Attributes:
define AVRNETIO telnet 192.168.0.91:2701 # define the physical device
set AVRNETIO classdef ADC /etc/fhem/ADC.classdef # define the device class ADC
- define myADC ADC # define the logical device myADC with device cass ADC
+ define myADC ADC # define the logical device myADC with device class ADC
get myADC value 1 # retrieve the value of analog/digital converter number 1
@@ -5448,7 +5453,7 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
define <name> USBWX <code> [corr1...corr4]
<code> is the code which must be set on the sensor. Valid values
- are 1 through 8.
9 is used as the sensor id of the ks300 sensor.
+ are 1 through 8.
9 is used as the sensor id of the ks300 sensor.
corr1..corr4 are up to 4 numerical correction factors, which will be added
to the respective value to calibrate the device. Note: rain-values will be
multiplied and not added to the correction factor.
@@ -5626,7 +5631,7 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
FHEMWEB is the builtin web-frontend (webpgm2). It implements a simple web
server (optionally with Basic-Auth and HTTPS), so no additional program is
- needed.
+ needed.
@@ -5903,7 +5908,7 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
the type and a unique id for this type. When renaming
the device, the automatically created filelog and weblink devices
will also be renamed.
- Note 2: you can disable the automatic creation by setting the
+ Note 2: you can disable the automatic creation by setting the
disable attribute, in this case only the rename
hook is active, and you can use the createlog
command to add FileLog and weblink to an already defined device.