2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

98_RandomTimer: Dokumentation improved

git-svn-id: https://svn.fhem.de/fhem/trunk@9334 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2015-09-30 18:51:19 +00:00
parent 17419d3f91
commit 27d11f5c3a

View File

@ -524,7 +524,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
</pre>
</li>
<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>