mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
force svn ID
bug in default parameter for HM Heating Control git-svn-id: https://svn.fhem.de/fhem/trunk@4062 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f95ea0ab61
commit
36650dfdcb
@ -1,4 +1,4 @@
|
|||||||
# $Id
|
# $Id$
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# 59_Twilight.pm
|
# 59_Twilight.pm
|
||||||
|
@ -304,8 +304,7 @@ Heating_Control_Update($)
|
|||||||
my %modifier = ("MAX" => "desiredTemperature",
|
my %modifier = ("MAX" => "desiredTemperature",
|
||||||
"FHT" => "desired-temp",
|
"FHT" => "desired-temp",
|
||||||
"FS20" => "",
|
"FS20" => "",
|
||||||
"HM-CC-VD" => "desired-temp",
|
"CUL_HM" => "desired-temp");
|
||||||
"HM-CC-TC" => "desired-temp" );
|
|
||||||
$hash->{helper}{DESIRED_TEMP_READING} = "";
|
$hash->{helper}{DESIRED_TEMP_READING} = "";
|
||||||
$hash->{helper}{DESIRED_TEMP_READING} = $modifier{$defs{$hash->{DEVICE}}{TYPE}};
|
$hash->{helper}{DESIRED_TEMP_READING} = $modifier{$defs{$hash->{DEVICE}}{TYPE}};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $Id: 98_WeekdayTimer.pm 4055 2013-10-16 20:44:49Z dietmar63 $
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# 98_WeekdayTimer.pm
|
# 98_WeekdayTimer.pm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user