diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 5754c68e0..ff0165b0e 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -4731,9 +4731,9 @@ Attributes:

In the fhem configuration file or on the fhem command line we do the following:

- define AVRNETIO telnet 192.168.0.91:2701 # define the physical device
+ define AVRNETIO ECMD telnet 192.168.0.91:2701 # define the physical device
set AVRNETIO classdef relais /etc/fhem/relais.classdef # define the device class relais
- define myRelais 8 # define the logical device myRelais with pin mask 8
+ define myRelais ECMDDevice 8 # define the logical device myRelais with pin mask 8
set myRelais on # execute the "on" command