From: Alex Hermann Date: Thu, 23 Feb 2023 08:10:31 +0000 (+0100) Subject: [nibeheatpump] nibegw: Fix setting debug verboseLevel (#14461) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=7e047b3fc672bcc140d51b999cff0b243fa2f0ba;p=openhab-addons.git [nibeheatpump] nibegw: Fix setting debug verboseLevel (#14461) Signed-off-by: Alex Hermann --- diff --git a/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW/NibeGW.ino b/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW/NibeGW.ino index 664144c3a4..da52e3d40a 100644 --- a/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW/NibeGW.ino +++ b/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW/NibeGW.ino @@ -147,7 +147,7 @@ void setupStaticConfigMode() { #ifdef ENABLE_NIBE_DEBUG nibegw.setDebugCallback(nibeDebugCallback); - nibegw.setVerboseLevel(config.debug.level); + nibegw.setVerboseLevel(config.debug.verboseLevel); #endif targetIp.fromString(config.nibe.targetIp);