node-red-contrib-knx-ultimate 3.2.3 → 3.2.4

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,7 +6,7 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
- **Version 3.2.3** - September 2024<br/>
9
+ **Version 3.2.4** - September 2024<br/>
10
10
  - KNX engine: fix oldest invalid KNX queue interval, by defaulting it to 25ms.<br/>
11
11
 
12
12
  **Version 3.2.2** - September 2024<br/>
@@ -5,7 +5,7 @@
5
5
  category: 'config',
6
6
  defaults: {
7
7
  host: { value: "224.0.23.12", required: true },
8
- port: { value: 3671, required: true, validate: RED.validators.number(), min: 20, max: 500 },
8
+ port: { value: 3671, required: true, validate: RED.validators.number() },
9
9
  // the KNX physical address we'd like to use
10
10
  physAddr: { value: "15.15.22", required: true },
11
11
  hostProtocol: { value: "Auto", required: false }, // TunnelUDP/TunnelTCP/Multicast
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=16.0.0"
5
5
  },
6
- "version": "3.2.3",
6
+ "version": "3.2.4",
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",