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

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21020 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-01-20 09:19:45 +00:00
parent fff457158c
commit 85859d4c45
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.
# 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
- feature: 73_AutoShuttersControl: add SummaryFn
- change: 93_DbLog: adjust configCheck with plotEmbed check. Forum: #107383

View File

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