diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 5e3a6770b..b968348aa 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -96,6 +96,7 @@
FS20
HMS
HMLAN
+ HOL
HTTPSRV
IPCAM
IPWE
@@ -2621,6 +2622,37 @@ A line ending with \ will be concatenated with the next one, so long lines
+
+
HOL
+
+ The HOL module attempts to simulate your presence using your FHEM devices.
+ Device support: All devices that are able to handle on-for-timer and on commands.
+
+
+
+ Define
+
+ define <name> HOL
+
+ To make the module find the devices you want to switch in holiday mode,
+ you have to specify a global user attribute (attr global userattr holidaySwitchTime).
+ The attribute tells the HOL module how long each device should be switched on.
+ If you want to switch a device in your FHEM configuration, just add this attribute as device attribute
+ with your defined duration.
+ When being switched to on, the module chooses a random defined device
+ having the holidaySwitchTime attribute and trigger it to on-for-timer.
+ After the on-timespan, this device is switched to off and another random one triggered to on-for-timer.
+
+
+
+
+ Set
+
+
+
CUL
|