2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

59_HCS: Added HomeMatic room thermostat devices.

git-svn-id: https://svn.fhem.de/fhem/trunk@17162 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hjr 2018-08-18 14:12:22 +00:00
parent 889270950c
commit ee6ab7fc37

View File

@ -465,6 +465,8 @@ HCS_getValues($$) {
next if($t eq "CUL_HM" && ( !$attr{$d}{model}
|| !( ($attr{$d}{model} eq "HM-CC-TC" && !$defs{$d}{device})
|| ($attr{$d}{model} eq "HM-TC-IT-WM-W-EU" && !$defs{$d}{device})
|| ($attr{$d}{model} eq "HmIP-WTH-2" && !$defs{$d}{device})
|| ($attr{$d}{model} eq "HM-CC-RT-DN" && !$defs{$d}{device}) )) );
next if($t eq "ZWave" && $attr{$d}{classes} !~ m/THERMOSTAT_SETPOINT/);