From 7231036c942bb237443150121e0d090ffb3f55b7 Mon Sep 17 00:00:00 2001 From: borisneubert Date: Tue, 25 Oct 2011 20:24:49 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.fhem.de/fhem/trunk@1085 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 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