From cf7c9dbea52653e028d9d77c9fdd46c555d607e2 Mon Sep 17 00:00:00 2001 From: neubert Date: Tue, 25 Oct 2011 20:23:38 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.fhem.de/fhem/trunk@1084 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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