From 27d11f5c3a4b4a37af4fe9b66fe9548825fbe54e Mon Sep 17 00:00:00 2001 From: dietmar63 <> Date: Wed, 30 Sep 2015 18:51:19 +0000 Subject: [PATCH] 98_RandomTimer: Dokumentation improved git-svn-id: https://svn.fhem.de/fhem/trunk@9334 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_RandomTimer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.