luxtronik2: $date: $

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6963 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-11-13 20:36:03 +00:00
parent 3862751697
commit 705bef6605

View File

@@ -47,8 +47,6 @@ sub LUXTRONIK2_storeReadings ($$$$$$);
sub LUXTRONIK2_doStatisticDelta ($$$$$) ; sub LUXTRONIK2_doStatisticDelta ($$$$$) ;
sub LUXTRONIK2_doStatisticDeltaSingle ($$$$$$$); sub LUXTRONIK2_doStatisticDeltaSingle ($$$$$$$);
# Modul Version for remote debugging
my $modulVersion = '$Id$';
#List of firmware versions that are known to be compatible with this modul #List of firmware versions that are known to be compatible with this modul
my $testedFirmware = "#V1.51#V1.54C#V1.60#V1.64#V1.69#V1.70#"; my $testedFirmware = "#V1.51#V1.54C#V1.60#V1.64#V1.69#V1.70#";
@@ -127,8 +125,7 @@ LUXTRONIK2_Define($$)
$hash->{fhem}{statBoilerHeatUpStep} = 0; $hash->{fhem}{statBoilerHeatUpStep} = 0;
$hash->{fhem}{statBoilerCoolDownStep} = 0; $hash->{fhem}{statBoilerCoolDownStep} = 0;
$hash->{fhem}{modulVersion} = $modulVersion; $hash->{fhem}{modulVersion} = '$Date$';
LUXTRONIK2_Log $hash,5,"LUXTRONIK2.pm version is $modulVersion.";
return undef; return undef;
} }