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:
parent
9989c256e4
commit
c61385b777
@ -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
|
||||
|
@ -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>"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user