diff --git a/fhem/FHEM/98_RandomTimer.pm b/fhem/FHEM/98_RandomTimer.pm
index c6df5bb7c..4316313f5 100644
--- a/fhem/FHEM/98_RandomTimer.pm
+++ b/fhem/FHEM/98_RandomTimer.pm
@@ -524,7 +524,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
-
disableCond
+ keepDeviceAlive
The default behavior of a RandomTimer is, that it shuts down the device after stoptime is reached.
The keepDeviceAlive attribute changes the behavior. If set, the device status is not changed when the stoptime is reached.