mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_WeekdayTimer: add dummy as window contact type
git-svn-id: https://svn.fhem.de/fhem/trunk@19371 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
84993e0fe8
commit
d0c464f0d9
@ -927,6 +927,7 @@ sub WeekdayTimer_FensterOffen ($$$) {
|
||||
"EnOcean" => { "READING" => "state", "STATUS" => "(open)", "MODEL" => "r" },
|
||||
"ZWave" => { "READING" => "state", "STATUS" => "(open)", "MODEL" => "r" },
|
||||
"MAX" => { "READING" => "state", "STATUS" => "(open.*)", "MODEL" => "r" },
|
||||
"dummy" => { "READING" => "state", "STATUS" => "(([Oo]pen|[Tt]ilt).*)", "MODEL" => "r" },
|
||||
"WeekdayTimer" => { "READING" => "delayedExecution","STATUS" => "^1\$", "MODEL" => "a" },
|
||||
"Heating_Control" => { "READING" => "delayedExecution","STATUS" => "^1\$", "MODEL" => "a" }
|
||||
);
|
||||
@ -1308,7 +1309,7 @@ sub WeekdayTimer_SetAllParms(;$) { # {WeekdayTimer_SetAllParms()}
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li>delayedExecutionCond <br>
|
||||
defines a delay Function. When returning true, the switching of the device is delayed until the function retruns a false value. The behavior is just like a windowsensor in Heating_Control.
|
||||
defines a delay Function. When returning true, the switching of the device is delayed until the function returns a false value. The behavior is just like a windowsensor in Heating_Control.
|
||||
|
||||
<br><br>
|
||||
<b>Example:</b>
|
||||
|
Loading…
x
Reference in New Issue
Block a user