*** empty log message ***
git-svn-id: https://svn.fhem.de/fhem/trunk@1084 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -4701,9 +4701,9 @@ Attributes:<br>
|
|||||||
<br>
|
<br>
|
||||||
In the fhem configuration file or on the fhem command line we do the following:<br><br>
|
In the fhem configuration file or on the fhem command line we do the following:<br><br>
|
||||||
<code>
|
<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>
|
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>
|
get myADC value 1 # retrieve the value of analog/digital converter number 1<br>
|
||||||
</code>
|
</code>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user