From bc11b71a18e0a902d8d9eea46e4f5c67ff6648d8 Mon Sep 17 00:00:00 2001
From: dietmar63 <>
Date: Mon, 27 Jan 2014 21:11:06 +0000
Subject: [PATCH] repared: unbalanced
git-svn-id: https://svn.fhem.de/fhem/trunk@4755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/98_RandomTimer.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fhem/FHEM/98_RandomTimer.pm b/fhem/FHEM/98_RandomTimer.pm
index 16caeef2d..470e6d83d 100644
--- a/fhem/FHEM/98_RandomTimer.pm
+++ b/fhem/FHEM/98_RandomTimer.pm
@@ -497,7 +497,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
attr ZufallsTimerZ disableCond (!isVerreist())
attr ZufallsTimerZ disableCond (Value("presenceDummy" eq "notPresent"))
-
+
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.
@@ -506,7 +506,6 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
attr ZufallsTimerZ keepDeviceAlive
-
onCmd, offCmd
Setting the on-/offCmd changes the command sent to the device. Standard is: "set <device> on".