mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
72_TA_CMI_JSON: added new API versions
git-svn-id: https://svn.fhem.de/fhem/trunk@21034 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cfaeb7da10
commit
e1f38a1f97
@ -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.
|
||||||
|
- change: 72_TA_CMI_JSON: added new API versions
|
||||||
- bugfix: 88_Timer: fix list "Probably associated with" Forum: #1015549
|
- bugfix: 88_Timer: fix list "Probably associated with" Forum: #1015549
|
||||||
- bugfix: 74_NUKIDevice: fix FHEM Crash
|
- bugfix: 74_NUKIDevice: fix FHEM Crash
|
||||||
Undefined subroutine &FHEM::NUKIDevice::CommandDefMod
|
Undefined subroutine &FHEM::NUKIDevice::CommandDefMod
|
||||||
|
@ -54,7 +54,9 @@ my %deviceNames = (
|
|||||||
my %versions = (
|
my %versions = (
|
||||||
1 => '1.25.2 2016-12-12',
|
1 => '1.25.2 2016-12-12',
|
||||||
2 => '1.26.1 2017-02-24',
|
2 => '1.26.1 2017-02-24',
|
||||||
3 => '1.28.0 2017-11-09'
|
3 => '1.28.0 2017-11-09',
|
||||||
|
4 => '1.34.2 2019-04-04',
|
||||||
|
5 => '1.35.1 2019-07-02'
|
||||||
);
|
);
|
||||||
|
|
||||||
my %units = (
|
my %units = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user