node-red-contrib-knx-ultimate 3.3.6 → 3.3.8

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.7** - December 2024<br/>
10
+ - DPT18.x: fixed scene validation 1 to 64.<br/>
11
+
9
12
  **Version 3.3.6** - December 2024<br/>
10
13
  - KNX Alerter Node: read status after deploy even of a single node.<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.6",
6
+ "version": "3.3.8",
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.1",
14
+ "knxultimate": "4.1.0-beta.6",
15
15
  "lodash": "4.17.21",
16
16
  "node-color-log": "12.0.1",
17
17
  "mkdirp": "3.0.1",