2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 23:46:03 +00:00

LUXTRONIK2: V1.61 accepted

git-svn-id: https://svn.fhem.de/fhem/trunk@8769 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-06-18 10:44:30 +00:00
parent 0e73d371d7
commit 4af0fee411

@ -49,8 +49,8 @@ sub LUXTRONIK2_doStatisticDeltaSingle ($$$$$$$);
#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#V1.73#";
my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.64#V1.69#V1.70#V1.73#";
my $testedFirmware = "#V1.51#V1.54C#V1.60#V1.61#V1.64#V1.69#V1.70#V1.73#";
my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.61#V1.64#V1.69#V1.70#V1.73#";
sub ##########################################
LUXTRONIK2_Log($$$)