From 63bcff6f3dd7b093452abdc3befa30941064612c Mon Sep 17 00:00:00 2001 From: dietmar63 <> Date: Sun, 19 Jan 2014 17:07:11 +0000 Subject: [PATCH] - dokumentation improved git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4691 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_RandomTimer.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FHEM/98_RandomTimer.pm b/FHEM/98_RandomTimer.pm index 32e905f9c..16caeef2d 100644 --- a/FHEM/98_RandomTimer.pm +++ b/FHEM/98_RandomTimer.pm @@ -495,9 +495,10 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()} Examples
         attr   ZufallsTimerZ         disableCond      (!isVerreist())
+        attr   ZufallsTimerZ         disableCond  (Value("presenceDummy" eq "notPresent"))        
         
-
  • 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.