diff --git a/fhem/FHEM/36_LaCrosseGateway.pm b/fhem/FHEM/36_LaCrosseGateway.pm
index 63b8ac0d7..278e4e4bb 100644
--- a/fhem/FHEM/36_LaCrosseGateway.pm
+++ b/fhem/FHEM/36_LaCrosseGateway.pm
@@ -530,9 +530,20 @@ sub LaCrosseGateway_Attr(@) {
Define
define <name> LaCrosseGateway <device>
- <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.
+
+ USB-connected devices:
+ <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.
+
+ Network-connected devices:
+ <device> specifies the network device
+ Normally this is the IP-address and the port in the form ip:port
+ Example: 192.168.1.100:81
+ You must define the port number on the setup page of the LaCrosseGateway and use the same number here.
+ The default is 81
+
+
@@ -540,7 +551,7 @@ sub LaCrosseGateway_Attr(@) {
Set
- raw <data>
- 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.
- connect