- dokumentation improved
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -495,9 +495,10 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
|
||||
<b>Examples</b>
|
||||
<pre>
|
||||
attr ZufallsTimerZ disableCond (!isVerreist())
|
||||
attr ZufallsTimerZ disableCond (Value("presenceDummy" eq "notPresent"))
|
||||
</pre>
|
||||
|
||||
<li><a name="disableCond">disableCond</a><br>
|
||||
<li><a name="keepDeviceAlive">keepDeviceAlive</a><br>
|
||||
The default behavior of a RandomTimer is, that it shuts down the device after stoptime is reached.
|
||||
The <b>keepDeviceAlive</b> attribute changes the behavior. If set, the device status is not changed when the stoptime is reached.
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user