diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 49832babb..81574989e 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -1431,8 +1431,8 @@ A line ending with \ will be concatenated with the next one, so long lines
holiday_short.
If the mode is holiday, then
- - holiday1 sets the end-day of the holiday
- - holiday2 sets the end-month of the holiday
+ - holiday1 sets the end-time of the holiday, in 10-minute steps
+ - holiday2 sets the end-day of the holiday
For holiday_short
@@ -1719,7 +1719,7 @@ A line ending with \ will be concatenated with the next one, so long lines
CUL_FHTTK
- This module handles messages from the FHT80 TF "Fenster-T�r-Kontakt" (Window-Door-Contact)
+ This module handles messages from the FHT80 TF "Fenster-Tür-Kontakt" (Window-Door-Contact)
which are normally only acted upon by the FHT80B. With this module,
FHT80 TFs are in a limited way (see Wiki
for detailed explanation of TF's mode of operation) usable similar to HMS100 TFK. The name
@@ -1905,6 +1905,7 @@ A line ending with \ will be concatenated with the next one, so long lines
talks to FHT devices or when CUR requests data.
+
Set
@@ -1913,7 +1914,9 @@ A line ending with \ will be concatenated with the next one, so long lines
details on CUL commands.
- freq / bWidth / rAmpl / sens
- Set the CUL frequency / bandwidth / receiver-amplitude / sensitivity.
+ SlowRF mode only.
+ Set the CUL frequency / bandwidth / receiver-amplitude / sensitivity
+
Use it with care, it may destroy your hardware and it even may be
illegal to do so. Note: the parameters used for RFR transmission are
not affected.
@@ -1933,6 +1936,18 @@ A line ending with \ will be concatenated with the next one, so long lines
signals. Default is 4dB.
+ - hmPairForSec
+ HomeMatic mode only.
+ Set the CUL in Pairing-Mode for the given seconds. Any device set into
+ pairing mode in this time will be paired with fhem.
+
+ - hmPairSerial
+ HomeMatic mode only.
+ Try to pair with the given device. The argument is a 10 character
+ string, usually starting with letters and ending with digits, printed on
+ the backside of the device. It is not necessary to put the given device
+ in learning mode.
+
- led
Set the CUL led off (00), on (01) or blinking (02).
@@ -2007,11 +2022,6 @@ A line ending with \ will be concatenated with the next one, so long lines
-
- hm_autopair
- Only useful in HomeMatic mode, see rfmode above. The CUL_HM Module will
- try to pair any device requesting a pairing.
-
@@ -2147,9 +2157,9 @@ A line ending with \ will be concatenated with the next one, so long lines
define <name> CUL_HM <6-digit-hex-code>
Try to avoid this command with the autocreate
- module enabled, and the hm_autopair attribute
- set for the corresponding CUL device. Now set the physical device in
- pairing mode (Anlernmodus), the rest should happen automatically.
+ module enabled. Now you have two possibilities, both as a set command to
+ the corresponding CUL device: hmPairForSec and
+ hmPairSerial.
If a device was not paired with the CUL, then it won't know its subType,
and therefore won't be able to interpret device messages correctly.