Luxtronik2: V1.64 marked as tested

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6640 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-09-30 19:30:43 +00:00
parent 9ddc31e217
commit 5dc2c03036

View File

@ -51,8 +51,8 @@ sub LUXTRONIK2_doStatisticDeltaSingle ($$$$$$$);
my $modulVersion = "2014-05-10"; my $modulVersion = "2014-05-10";
#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.69#V1.70#"; my $testedFirmware = "#V1.51#V1.54C#V1.60#V1.64#V1.69#V1.70#";
my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.69#V1.70#"; my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.64#V1.69#V1.70#";
sub ######################################## sub ########################################
LUXTRONIK2_Initialize($) LUXTRONIK2_Initialize($)