Skip to content

Commit

Permalink
Merge pull request #370 from kerwitz/master
Browse files Browse the repository at this point in the history
Respect default hostProtocol correctly
  • Loading branch information
Supergiovane authored Aug 10, 2024
2 parents 7f32ec4 + 439d13a commit 4ecb6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/knxUltimate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.") ||
Expand Down

0 comments on commit 4ecb6f4

Please sign in to comment.