mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
98_WeekdayTimer, 98_Heating_Control: state "opened" for windowsensors from MAX added.
git-svn-id: https://svn.fhem.de/fhem/trunk@8621 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
baf106fdf3
commit
a823ac2f38
@ -691,7 +691,7 @@ sub WeekdayTimer_FensterOffen ($$$) {
|
||||
|
||||
my %contacts = ( "CUL_FHTTK" => { "READING" => "Window", "STATUS" => "(Open)", "MODEL" => "r" },
|
||||
"CUL_HM" => { "READING" => "state", "STATUS" => "(open|tilted)", "MODEL" => "r" },
|
||||
"MAX" => { "READING" => "state", "STATUS" => "(open)", "MODEL" => "r" },
|
||||
"MAX" => { "READING" => "state", "STATUS" => "(open.*)", "MODEL" => "r" },
|
||||
"WeekdayTimer" => { "READING" => "delayedExecution","STATUS" => "^1\$", "MODEL" => "a" },
|
||||
"Heating_Control" => { "READING" => "delayedExecution","STATUS" => "^1\$", "MODEL" => "a" }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user