From 439d13afa8ac61b65ba1e2214b81f38cf2bf988c Mon Sep 17 00:00:00 2001 From: Marco Kerwitz Date: Fri, 9 Aug 2024 23:04:46 +0200 Subject: [PATCH] Respect default hostProtocol correctly --- nodes/knxUltimate-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/knxUltimate-config.js b/nodes/knxUltimate-config.js index ac13c68..28b5150 100644 --- a/nodes/knxUltimate-config.js +++ b/nodes/knxUltimate-config.js @@ -107,7 +107,7 @@ module.exports = (RED) => { // 15/12/2021 // 05/12/2021 Set the protocol (this is undefined if coming from ild versions - if (config.hostProtocol === "Auto") { + if (node.hostProtocol === "Auto") { // Auto set protocol based on IP if ( node.host.startsWith("224.") ||