mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
98_WeekdayTimer: commandref clarifications, see forum #123603
git-svn-id: https://svn.fhem.de/fhem/trunk@25110 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d1aa1b9dd3
commit
55e315130f
@ -1446,7 +1446,7 @@ __END__
|
||||
<a id="weekdayTimer-define"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> WeekdayTimer <device> [<language>] [<u>weekdays</u>] <profile> <command>|<condition></code>
|
||||
<code>define <name> WeekdayTimer <device> [<language>] [<u>weekdays</u>] <profile> [<command>|<condition>]</code>
|
||||
<br><br>
|
||||
|
||||
to set a weekly profile for <device><br><br>
|
||||
@ -1456,8 +1456,9 @@ __END__
|
||||
|
||||
<code>set <device> <para></code><br><br>
|
||||
|
||||
If you have defined a <condition> and this condition is false if the switchingtime has reached, no command will executed.<br>
|
||||
An other case is to define an own perl command with <command>.
|
||||
If you have defined a <condition>, this condition will be evaluated in the daily evaluation of the switching times. If false, no switching times will be set for this day. To force a re-evaluation, you may e.g. use the "enable" or "WDT_Params" commands<br>
|
||||
Alternatively you may define an own perl command with <command> that will be avaluated at each switchingtime.<br>
|
||||
<command> or <condition> are optional, if no explicit <command> is set, the command will be taken from <i>commandTemplate</i> attribute.
|
||||
<p>
|
||||
The following parameter are defined:
|
||||
<ul><b>device</b><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user