- dokumentation improved

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2014-01-19 17:07:11 +00:00
parent eafaf9e836
commit 63bcff6f3d

View File

@ -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>