2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

*** empty log message ***

git-svn-id: https://svn.fhem.de/fhem/trunk@1085 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2011-10-25 20:24:49 +00:00
parent fa150deab6
commit 7231036c94

View File

@ -4731,9 +4731,9 @@ Attributes:<br>
<br>
In the fhem configuration file or on the fhem command line we do the following:<br><br>
<code>
define AVRNETIO telnet 192.168.0.91:2701 # define the physical device<br>
define AVRNETIO ECMD telnet 192.168.0.91:2701 # define the physical device<br>
set AVRNETIO classdef relais /etc/fhem/relais.classdef # define the device class relais<br>
define myRelais 8 # define the logical device myRelais with pin mask 8<br>
define myRelais ECMDDevice 8 # define the logical device myRelais with pin mask 8<br>
set myRelais on # execute the "on" command<br>
</code>
<br>