node-red-contrib-knx-ultimate 4.3.21 → 4.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 4.3.22** - June 2026<br/>
10
+
11
+ - Hue config node: when the user clicks **"I already have the credentials"** to enter the connection data manually, the now-useless **CONNECT** button is hidden.<br/>
12
+
9
13
  **Version 4.3.21** - June 2026<br/>
10
14
 
11
15
  - KNXUltimate engine: updated to 5.5.9.<br/>
@@ -112,6 +112,7 @@
112
112
  if ($clientKeyInput.val() === "_PWRD_") $clientKeyInput.val("");
113
113
  try { $usernameInput.focus(); } catch (e) { }
114
114
  $manualCredentialsButton.hide();
115
+ $("#getinfocam").hide();
115
116
  });
116
117
  }
117
118
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=20.18.1"
5
5
  },
6
- "version": "4.3.21",
6
+ "version": "4.3.22",
7
7
  "description": "Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, KNX AI for diagnosticsand KNX routing between interfaces. Easy to use and highly configurable.",
8
8
  "files": [
9
9
  "nodes/",