node-red-contrib-knx-ultimate 3.3.13 → 3.3.14

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 +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 3.3.13** - January 2025<br/>
10
+ - NEW: Added all subtypes to KNX Datapoint 20.x.<br/>
11
+
9
12
  **Version 3.3.13** - January 2025<br/>
10
13
  - NEW: Hue light now handles Hue Outlets as well.<br/>
11
14
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=16.0.0"
5
5
  },
6
- "version": "3.3.13",
6
+ "version": "3.3.14",
7
7
  "description": "Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.",
8
8
  "dependencies": {
9
9
  "binary-parser": "2.2.1",
@@ -11,7 +11,7 @@
11
11
  "dns-sync": "0.2.1",
12
12
  "eventsource": "2.0.2",
13
13
  "js-yaml": "4.1.0",
14
- "knxultimate": "4.1.0-beta.7",
14
+ "knxultimate": "4.1.0-beta.8",
15
15
  "lodash": "4.17.21",
16
16
  "node-color-log": "12.0.1",
17
17
  "mkdirp": "3.0.1",