mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 18:56:03 +00:00
98_WeekdayTimer, 98_Heating_Control: fix for issue #65259. dummy are no longer checket to be a heating
git-svn-id: https://svn.fhem.de/fhem/trunk@13232 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cd64bbdaf2
commit
058221c38a
@ -787,6 +787,9 @@ sub WeekdayTimer_isHeizung($) {
|
||||
my $dHash = $defs{$hash->{DEVICE}};
|
||||
return "" if (!defined $dHash); # vorzeitiges Ende wenn das device nicht existiert
|
||||
|
||||
my $dType = $dHash->{TYPE};
|
||||
return "" if (!defined($dType) || $dType eq "dummy" );
|
||||
|
||||
my $dName = $dHash->{NAME};
|
||||
|
||||
my @tempSet = ("desired-temp", "desiredTemperature", "desired", "thermostatSetpointSet");
|
||||
|
Loading…
x
Reference in New Issue
Block a user