2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@4121 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2013-10-27 18:04:13 +00:00
parent 6a008df549
commit 2674dd3317

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'";