From c61385b777416312f4a0293d92a4d443d898a0cb Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Mon, 20 Jan 2020 09:19:45 +0000 Subject: [PATCH] 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 --- fhem/CHANGED | 2 ++ fhem/FHEM/74_NUKIDevice.pm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 97f96c212..6a37e36f8 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 diff --git a/fhem/FHEM/74_NUKIDevice.pm b/fhem/FHEM/74_NUKIDevice.pm index 378274b8e..519f6f087 100644 --- a/fhem/FHEM/74_NUKIDevice.pm +++ b/fhem/FHEM/74_NUKIDevice.pm @@ -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 " ],