2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00

Luxtronik2: V1.64 marked as tested

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

View File

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