mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Commandref added
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0ccf091d95
commit
85e142a42a
@ -96,3 +96,53 @@ LINDY_HDMI_SWITCH_Define($$)
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
<a name="LINDY_HDMI_SWITCH"></a>
|
||||
<h3>LINDY_HDMI_SWITCH</h3>
|
||||
<ul>
|
||||
Note: this module needs the Net::Telnet module.
|
||||
<br><br>
|
||||
<a name="LINDY_HDMI_SWITCHdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> LINDY_HDMI_SWITCH <ip-address> <port></code>
|
||||
<br><br>
|
||||
Defines an Lindy 4:2 HDMI Switch serial connected to a transparent ethernet to serial adapter via the ip address of the adapter. Lindy partnumber: 38054 <br><br>
|
||||
|
||||
Examples:
|
||||
<ul>
|
||||
<code>define livingroom.hdmi LINDY_HDMI_SWITCH 192.168.1.64 4999</code><br>
|
||||
</ul>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="LINDY_HDMI_SWITCHset"></a>
|
||||
<b>Set </b>
|
||||
<ul>
|
||||
<code>set <name> <value></code>
|
||||
<br><br>
|
||||
where <code>value</code> is one of:<br>
|
||||
<pre>
|
||||
11
|
||||
12
|
||||
13
|
||||
14
|
||||
21
|
||||
22
|
||||
23
|
||||
24
|
||||
</pre>
|
||||
First digit is the input port, second digit is the output port.
|
||||
Example:
|
||||
<ul>
|
||||
<code>set livingroom.hdmi 12</code><br>
|
||||
</ul>
|
||||
<br>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user