2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 02:10:32 +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:
dietmar63 2013-10-17 20:18:49 +00:00
parent f95ea0ab61
commit 36650dfdcb
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id
# $Id$
##############################################################################
#
# 59_Twilight.pm

View File

@ -304,8 +304,7 @@ Heating_Control_Update($)
my %modifier = ("MAX" => "desiredTemperature",
"FHT" => "desired-temp",
"FS20" => "",
"HM-CC-VD" => "desired-temp",
"HM-CC-TC" => "desired-temp" );
"CUL_HM" => "desired-temp");
$hash->{helper}{DESIRED_TEMP_READING} = "";
$hash->{helper}{DESIRED_TEMP_READING} = $modifier{$defs{$hash->{DEVICE}}{TYPE}};

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: 98_WeekdayTimer.pm 4055 2013-10-16 20:44:49Z dietmar63 $
##############################################################################
#
# 98_WeekdayTimer.pm