diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index c8b20b2ae..5754c68e0 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -4701,9 +4701,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 ADC /etc/fhem/ADC.classdef # define the device class ADC
- define myADC ADC # define the logical device myADC with device class ADC
+ define myADC ECDMDevice ADC # define the logical device myADC with device class ADC
get myADC value 1 # retrieve the value of analog/digital converter number 1