98_Heating_Control, 98_WeekdayTimer: ZWave window sensor added for automatic recognition
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user