mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
repared: unbalanced <li>
git-svn-id: https://svn.fhem.de/fhem/trunk@4755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
226fcdd682
commit
bc11b71a18
@ -497,7 +497,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
|
|||||||
attr ZufallsTimerZ disableCond (!isVerreist())
|
attr ZufallsTimerZ disableCond (!isVerreist())
|
||||||
attr ZufallsTimerZ disableCond (Value("presenceDummy" eq "notPresent"))
|
attr ZufallsTimerZ disableCond (Value("presenceDummy" eq "notPresent"))
|
||||||
</pre>
|
</pre>
|
||||||
|
</li>
|
||||||
<li><a name="keepDeviceAlive">keepDeviceAlive</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 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.
|
The <b>keepDeviceAlive</b> attribute changes the behavior. If set, the device status is not changed when the stoptime is reached.
|
||||||
@ -506,7 +506,6 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
|
|||||||
<pre>
|
<pre>
|
||||||
attr ZufallsTimerZ keepDeviceAlive
|
attr ZufallsTimerZ keepDeviceAlive
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li><a name="onOffCmd">onCmd, offCmd</a><br>
|
<li><a name="onOffCmd">onCmd, offCmd</a><br>
|
||||||
Setting the on-/offCmd changes the command sent to the device. Standard is: "set <device> on".
|
Setting the on-/offCmd changes the command sent to the device. Standard is: "set <device> on".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user