node-red-contrib-knx-ultimate 4.3.8 → 4.3.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 4.3.9** - April 2026<br/>
10
+
11
+ - Bump KNX Engine to 5.5.3 (fixed umlaut issue in dpt16)<br/>
12
+
9
13
  **Version 4.3.8** - April 2026<br/>
10
14
 
11
15
  - FIX: **KNX AI Web Assistant** `Ask` tab now truly uses the full available content width on desktop too; removed the leftover `50vw` cap that still kept the panel at half width.<br/>
@@ -30,7 +34,7 @@
30
34
 
31
35
  **Version 4.3.4** - April 2026<br/>
32
36
 
33
- - UI: **KNX Function** editor areas now have colored backgrounds (light green for *inputbus*, light yellow for *busoutput*) for easier visual distinction.<br/>
37
+ - UI: **KNX Function** editor areas now have colored backgrounds (light green for _inputbus_, light yellow for _busoutput_) for easier visual distinction.<br/>
34
38
  - UI: **KNX Function** Monaco editor no longer shows red underlines for custom KNX functions (`getGAValue`, `setGAValue`, `toggle`, `self`).<br/>
35
39
  - NEW: **KNX Function** : **`let val = await getGAValue(...)`** now automatically sends a `GroupValue_Read` to the KNX bus when the requested group address has no cached value yet, and waits up to 3 seconds for the device to respond before returning `null`. Use `await getGAValue(...)` in your KNX Function code to benefit from this behaviour.<br/>
36
40
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=20.18.1"
5
5
  },
6
- "version": "4.3.8",
6
+ "version": "4.3.9",
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, and KNX routing between interfaces. Easy to use and highly configurable.",
8
8
  "files": [
9
9
  "nodes/",
@@ -19,7 +19,7 @@
19
19
  "dns-sync": "0.2.1",
20
20
  "google-translate-tts": "^0.3.0",
21
21
  "js-yaml": "4.1.1",
22
- "knxultimate": "5.5.2",
22
+ "knxultimate": "5.5.3",
23
23
  "lodash": "4.18.1",
24
24
  "node-color-log": "12.0.1",
25
25
  "ping": "0.4.4",
@@ -117,4 +117,4 @@
117
117
  "vite": "^7.1.3",
118
118
  "vue": "^3.5.21"
119
119
  }
120
- }
120
+ }