mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +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:
parent
889270950c
commit
ee6ab7fc37
@ -465,6 +465,8 @@ HCS_getValues($$) {
|
|||||||
|
|
||||||
next if($t eq "CUL_HM" && ( !$attr{$d}{model}
|
next if($t eq "CUL_HM" && ( !$attr{$d}{model}
|
||||||
|| !( ($attr{$d}{model} eq "HM-CC-TC" && !$defs{$d}{device})
|
|| !( ($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}) )) );
|
|| ($attr{$d}{model} eq "HM-CC-RT-DN" && !$defs{$d}{device}) )) );
|
||||||
|
|
||||||
next if($t eq "ZWave" && $attr{$d}{classes} !~ m/THERMOSTAT_SETPOINT/);
|
next if($t eq "ZWave" && $attr{$d}{classes} !~ m/THERMOSTAT_SETPOINT/);
|
||||||
|
Loading…
Reference in New Issue
Block a user