mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_Heating_Control, 98_WeekdayTimer: ZWave window sensor added for automatic recognition
git-svn-id: https://svn.fhem.de/fhem/trunk@10691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e53d1ecab9
commit
de16994950
@ -833,6 +833,7 @@ sub WeekdayTimer_FensterOffen ($$$) {
|
||||
my %contacts = ( "CUL_FHTTK" => { "READING" => "Window", "STATUS" => "(Open)", "MODEL" => "r" },
|
||||
"CUL_HM" => { "READING" => "state", "STATUS" => "(open|tilted)", "MODEL" => "r" },
|
||||
"EnOcean" => { "READING" => "state", "STATUS" => "(open)", "MODEL" => "r" },
|
||||
"ZWave" => { "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