mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
added WEBIO_12DIGITAL
git-svn-id: https://svn.fhem.de/fhem/trunk@949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
05d981870a
commit
d6b5b35fff
@ -118,6 +118,7 @@
|
||||
<a href="#USBWX">USBWX</a>
|
||||
<a href="#VantagePro2">VantagePro2</a>
|
||||
<a href="#WEBIO">WEBIO</a>
|
||||
<a href="#WEBIO_12DIGITAL">WEBIO_12DIGITAL</a>
|
||||
<a href="#WS2000">WS2000</a>
|
||||
<a href="#WS300">WS300</a>
|
||||
<a href="#WS3600">WS3600</a>
|
||||
@ -3624,6 +3625,40 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a name="WEBIO_12DIGITAL"></a>
|
||||
<h3>WEBIO_12DIGITAL</h3>
|
||||
<ul>
|
||||
<a name="WEBIO_12DIGITALdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> WEBIO_12DIGITAL <ip-address> <outputport> <delay></code>
|
||||
<br><br>
|
||||
Defines an Web-IO-Digital device (Box with up to 12 digital in/outputs, www.wut.de) via ip address. The status of the device is also pooled (delay interval).<br><br>
|
||||
|
||||
Examples:
|
||||
<ul>
|
||||
<code>define motor1 WEBIO_12DIGITAL 192.168.8.200 1 60</code><br>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="WEBIO_12DIGITALset"></a>
|
||||
<b>Set </b>
|
||||
<ul>
|
||||
<code>set <name> <value></code>
|
||||
<br><br>
|
||||
where <code>value</code> is one of:<br>
|
||||
<pre>
|
||||
on off
|
||||
</pre>
|
||||
Examples:
|
||||
<ul>
|
||||
<code>set motor1 on</code><br>
|
||||
</ul>
|
||||
<br>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a name="VantagePro2"></a>
|
||||
<h3>VantagePro2</h3>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user