*** empty log message ***

git-svn-id: https://svn.fhem.de/fhem/trunk@1084 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neubert
2011-10-25 20:23:38 +00:00
parent 10755ca0ab
commit cf7c9dbea5

View File

@@ -4701,9 +4701,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 ADC /etc/fhem/ADC.classdef # define the device class ADC<br>
define myADC ADC # define the logical device myADC with device class ADC<br>
define myADC ECDMDevice ADC # define the logical device myADC with device class ADC<br>
get myADC value 1 # retrieve the value of analog/digital converter number 1<br>
</code>
<br>