2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

added WEBCOUNT device

git-svn-id: https://svn.fhem.de/fhem/trunk@1001 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sachag 2011-09-13 12:32:03 +00:00
parent a129eb0554
commit 74ca0fc47a

View File

@ -121,6 +121,7 @@
<a href="#USF1000">USF1000</a> &nbsp;
<a href="#USBWX">USBWX</a> &nbsp;
<a href="#VantagePro2">VantagePro2</a> &nbsp;
<a href="#WEBCOUNT">WEBCOUNT</a> &nbsp;
<a href="#WEBIO">WEBIO</a> &nbsp;
<a href="#WEBIO_12DIGITAL">WEBIO_12DIGITAL</a> &nbsp;
<a href="#WS2000">WS2000</a> &nbsp;
@ -3848,6 +3849,26 @@ A line ending with \ will be concatenated with the next one, so long lines
<br>
</ul>
<a name="WEBCOUNT"></a>
<h3>WEBCOUNT</h3>
<ul>
Note: this module needs the HTTP::Request and LWP::UserAgent perl modules.
<br><br>
<a name="WEBCOUNTdefine"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; WEBCOUNT &lt;ip-address&gt; &lt;port&gt; &lt;delay&gt;</code>
<br><br>
Defines an WEBCOUNT device (Box with 6 count pulses, www.wut.de) via ip address. The device is pooled (delay interval).<br><br>
Examples:
<ul>
<code>define pump WEBCOUNT 192.168.8.200 1 60</code><br>
</ul>
</ul>
<br>
</ul>
<a name="WEBIO"></a>
<h3>WEBIO</h3>
<ul>
@ -3920,7 +3941,6 @@ A line ending with \ will be concatenated with the next one, so long lines
<br>
</ul>
</ul>
Net::Telnet
<a name="VantagePro2"></a>
<h3>VantagePro2</h3>
<ul>