diff --git a/docs/commandref.html b/docs/commandref.html
index 1ebe6b447..0aa53dc5b 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -5431,28 +5431,31 @@ Terminating
USBWX
+ The USBWX module interprets the messages received by the ELV USB-WDE1 weather receiver. This receiver is compaptible with the following ELV sensors: KS200/KS300, S300IA, S300TH, ASH2200, PS50. It also known to work with Conrad weather sensors KS555, S555TH and ASH555.
This module was tested with ELV S300TH, ELV ASH2200, ELV KS300, Conrad S555TH and Conrad KS555.
+Readings and STATE of temperature/humidity sensors are compatible with the CUL_WS module. For KS300/KS555 sensors STATE is compatible with the KS300 module. The module is integrated into autocreate to generate the appropriate filelogs and weblinks automatically.
+
-
Define
define <name> USBWX <serial device>
-
-
- Defines an ELV USB-WDE1 weatherstation attached via usb.
-
- The WDE1 is able to receive the following sensors:
-
- - S 300 TH (implemented and tested)
-
- S 300 IA (implemented)
-
- ASH 2200 (implemented)
-
- PS 50 (implemented)
-
- KS 200/300 (NOT yet implemented)
-
+
Defines USB-WDE1 attached via usb.
+
+ define <name> USBWX <code> [corr1...corr4]
+
+ <code> is the code which must be set on the sensor. Valid values
+ are 1 through 8.
9 is used as the sensor id of the ks300 sensor.
+ corr1..corr4 are up to 4 numerical correction factors, which will be added
+ to the respective value to calibrate the device. Note: rain-values will be
+ multiplied and not added to the correction factor.
+
Example:
- define WDE1Device USBWX /dev/ttyUSB0
+ define USBWDE1 USBWX /dev/ttyUSB0
+ define USBWX_1 USBWX 1
+ define USBWX_livingroom USBWX 2
+ define USBWX_ks300 USBWX 9