- support for window sensors of the HM family added: HM-SEC-SC, HM-SEC-RHS.

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4121 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2013-10-27 18:04:13 +00:00
parent d7af1486b1
commit b126ca0f84

View File

@@ -315,8 +315,8 @@ sub Heating_Control_FensterOffen ($) {
my $mod = "[".$hash->{NAME} ."]";
my %contacts = ( "CUL_FHTTK" => { "READING" => "Window", "STATUS" => "Open" },
"HM" => { "READING" => "hmw", "STATUS" => "hmo" },
"MAX" => { "READING" => "maxw", "STATUS" => "maxs"});
"CUL_HM" => { "READING" => "state", "STATUS" => "open" },
"MAX" => { "READING" => "state", "STATUS" => "open"});
my $fensterKontakte = AttrVal($hash->{NAME}, "windowSensor", "nF");
Log3 $hash, 5, "$mod list of windowsenors found: '$fensterKontakte'";