]> git.basschouten.com Git - openhab-addons.git/commitdiff
[nibeheatpump] nibegw: Fix setting debug verboseLevel (#14461)
authorAlex Hermann <alex-github@wenlex.nl>
Thu, 23 Feb 2023 08:10:31 +0000 (09:10 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 08:10:31 +0000 (09:10 +0100)
Signed-off-by: Alex Hermann <gaaf@gmx.net>
bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW/NibeGW.ino

index 664144c3a4451195212111db5756c1b4377106cb..da52e3d40ab2285fb5a2159f9ff9681f18ed4fef 100644 (file)
@@ -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);