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.