mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
- dokumentation improved
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eafaf9e836
commit
63bcff6f3d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user