Skip to content

Commit 6c7b33b

Browse files
committed
.
1 parent ae383e4 commit 6c7b33b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
# CHANGELOG
88

9+
**Version 4.0.14** - October 2025<br/>
10+
- NEW: Added KNX ↔ IoT Bridge node to orchestrate bidirectional KNX↔MQTT/REST/Modbus mappings with scaling, templating and ack metadata.<br/>
11+
912
**Version 4.0.13** - October 2025<br/>
1013
- NEW: Added KNX ↔ IoT Bridge node to orchestrate bidirectional KNX↔MQTT/REST/Modbus mappings with scaling, templating and ack metadata.<br/>
1114
- NEW: Added KNX Garage Door node with boolean/impulse control, hold-open and disable GAs, safety integration and automatic re-close timer.<br/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=20.18.1"
55
},
6-
"version": "4.0.13",
6+
"version": "4.0.14",
77
"description": "Control your KNX and KNX Secure 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.",
88
"dependencies": {
99
"binary-parser": "2.2.1",
@@ -85,4 +85,4 @@
8585
"devDependencies": {
8686
"translate-google": "^1.5.0"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)