From dd62b078689d66e5f552f947f666e17529f25022 Mon Sep 17 00:00:00 2001 From: dietmar63 Date: Thu, 17 Oct 2013 20:18:49 +0000 Subject: [PATCH] force svn ID bug in default parameter for HM Heating Control git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4062 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/59_Twilight.pm | 2 +- fhem/FHEM/98_Heating_Control.pm | 3 +-- fhem/FHEM/98_WeekdayTimer.pm | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/59_Twilight.pm b/fhem/FHEM/59_Twilight.pm index 66ced4fff..b227e4a0b 100644 --- a/fhem/FHEM/59_Twilight.pm +++ b/fhem/FHEM/59_Twilight.pm @@ -1,4 +1,4 @@ -# $Id +# $Id$ ############################################################################## # # 59_Twilight.pm diff --git a/fhem/FHEM/98_Heating_Control.pm b/fhem/FHEM/98_Heating_Control.pm index 97f59c2ee..3a4780aa9 100644 --- a/fhem/FHEM/98_Heating_Control.pm +++ b/fhem/FHEM/98_Heating_Control.pm @@ -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}}; diff --git a/fhem/FHEM/98_WeekdayTimer.pm b/fhem/FHEM/98_WeekdayTimer.pm index 84e6d8cc0..c800a82a0 100644 --- a/fhem/FHEM/98_WeekdayTimer.pm +++ b/fhem/FHEM/98_WeekdayTimer.pm @@ -1,4 +1,4 @@ -# $Id$ +# $Id: 98_WeekdayTimer.pm 4055 2013-10-16 20:44:49Z dietmar63 $ ############################################################################## # # 98_WeekdayTimer.pm