2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

74_NUKIDevice: fix FHEM Crash Undefined subroutine &FHEM::NUKIDevice::CommandDefMod

git-svn-id: https://svn.fhem.de/fhem/trunk@21020 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-01-20 09:19:45 +00:00
parent 9989c256e4
commit c61385b777
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# 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.
- bugfix: 74_NUKIDevice: fix FHEM Crash
Undefined subroutine &FHEM::NUKIDevice::CommandDefMod
- change: 73_AutoShuttersControl: change commandref - change: 73_AutoShuttersControl: change commandref
- feature: 73_AutoShuttersControl: add SummaryFn - feature: 73_AutoShuttersControl: add SummaryFn
- change: 93_DbLog: adjust configCheck with plotEmbed check. Forum: #107383 - change: 93_DbLog: adjust configCheck with plotEmbed check. Forum: #107383

View File

@ -127,6 +127,7 @@ BEGIN {
modules modules
Log3 Log3
CommandAttr CommandAttr
CommandDefMod
AttrVal AttrVal
IsDisabled IsDisabled
deviceEvents deviceEvents
@ -744,7 +745,7 @@ sub WriteReadings($$) {
], ],
"release_status": "stable", "release_status": "stable",
"license": "GPL_2", "license": "GPL_2",
"version": "v1.9.11", "version": "v1.9.12",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],