mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
36_LaCrosseGateway: improved commmandRef
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b0d296a632
commit
20594ed597
@ -530,9 +530,20 @@ sub LaCrosseGateway_Attr(@) {
|
|||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>define <name> LaCrosseGateway <device></code> <br>
|
<code>define <name> LaCrosseGateway <device></code> <br>
|
||||||
|
<br>
|
||||||
|
USB-connected devices:<br><ul>
|
||||||
<device> specifies the serial port to communicate with the LaCrosseGateway.
|
<device> specifies the serial port to communicate with the LaCrosseGateway.
|
||||||
The name of the serial-device depends on your distribution, under
|
The name of the serial-device depends on your distribution, under
|
||||||
linux it is something like /dev/ttyACM0 or /dev/ttyUSB0.<br><br>
|
linux it is something like /dev/ttyACM0 or /dev/ttyUSB0.<br><br>
|
||||||
|
</ul>
|
||||||
|
Network-connected devices:<br><ul>
|
||||||
|
<device> specifies the network device<br>
|
||||||
|
Normally this is the IP-address and the port in the form ip:port<br>
|
||||||
|
Example: 192.168.1.100:81<br>
|
||||||
|
You must define the port number on the setup page of the LaCrosseGateway and use the same number here.<br>
|
||||||
|
The default is 81
|
||||||
|
<br><br>
|
||||||
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -540,7 +551,7 @@ sub LaCrosseGateway_Attr(@) {
|
|||||||
<b>Set</b>
|
<b>Set</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>raw <data><br>
|
<li>raw <data><br>
|
||||||
send <data> to the LaCrosseGateway. The possible commands can be found in the wiki.
|
send <data> to the LaCrosseGateway. The possible command can be found in the wiki.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<li>connect<br>
|
<li>connect<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user