mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-26 22:25:43 +00:00
36_LaCrosseGateway: improved commmandRef
git-svn-id: https://svn.fhem.de/fhem/trunk@12165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f49ddfb148
commit
54d600f5f3
@ -530,9 +530,20 @@ sub LaCrosseGateway_Attr(@) {
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> LaCrosseGateway <device></code> <br>
|
||||
<device> specifies the serial port to communicate with the LaCrosseGateway.
|
||||
The name of the serial-device depends on your distribution, under
|
||||
linux it is something like /dev/ttyACM0 or /dev/ttyUSB0.<br><br>
|
||||
<br>
|
||||
USB-connected devices:<br><ul>
|
||||
<device> specifies the serial port to communicate with the LaCrosseGateway.
|
||||
The name of the serial-device depends on your distribution, under
|
||||
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>
|
||||
</ul>
|
||||
|
||||
@ -540,7 +551,7 @@ sub LaCrosseGateway_Attr(@) {
|
||||
<b>Set</b>
|
||||
<ul>
|
||||
<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>connect<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user