mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
LUXTRONIK2: addded support for firmware V1.86.2
git-svn-id: https://svn.fhem.de/fhem/trunk@24788 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ea4f6ff6a0
commit
7ac0368af9
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- feature: 23_LUXTRONIK2: addded support for firmware V1.86.2
|
||||||
- change: 50_SSFile: compatibility to DSM7
|
- change: 50_SSFile: compatibility to DSM7
|
||||||
- bugfix: 93_DbRep: Forum: topic,53584.msg1167044.html#msg1167044
|
- bugfix: 93_DbRep: Forum: topic,53584.msg1167044.html#msg1167044
|
||||||
- change: 49_SSCam: set compatibility to SVS version 8.2.9
|
- change: 49_SSCam: set compatibility to SVS version 8.2.9
|
||||||
|
@ -52,8 +52,8 @@ sub LUXTRONIK2_readData ($);
|
|||||||
|
|
||||||
|
|
||||||
#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.61#V1.64#V1.69#V1.70#V1.73#V1.77#V1.80#V1.81#V1.86.0#";
|
my $testedFirmware = "#V1.51#V1.54C#V1.60#V1.61#V1.64#V1.69#V1.70#V1.73#V1.77#V1.80#V1.81#V1.86.0#V1.86.2#";
|
||||||
my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.61#V1.64#V1.69#V1.70#V1.73#V1.77#V1.80#V1.81#V1.86.0#";
|
my $compatibleFirmware = "#V1.51#V1.54C#V1.60#V1.61#V1.64#V1.69#V1.70#V1.73#V1.77#V1.80#V1.81#V1.86.0#V1.86.2#";
|
||||||
|
|
||||||
sub ##########################################
|
sub ##########################################
|
||||||
LUXTRONIK2_Log($$$)
|
LUXTRONIK2_Log($$$)
|
||||||
|
Loading…
Reference in New Issue
Block a user