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:
parent
a129eb0554
commit
74ca0fc47a
@ -121,6 +121,7 @@
|
||||
<a href="#USF1000">USF1000</a>
|
||||
<a href="#USBWX">USBWX</a>
|
||||
<a href="#VantagePro2">VantagePro2</a>
|
||||
<a href="#WEBCOUNT">WEBCOUNT</a>
|
||||
<a href="#WEBIO">WEBIO</a>
|
||||
<a href="#WEBIO_12DIGITAL">WEBIO_12DIGITAL</a>
|
||||
<a href="#WS2000">WS2000</a>
|
||||
@ -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 <name> WEBCOUNT <ip-address> <port> <delay></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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user