node-red-contrib-knx-ultimate 2.4.26 → 2.4.27
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 +1 -1
- package/nodes/hue-config.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
-
**Version 2.4.
|
|
9
|
+
**Version 2.4.27** - Mai 2024<br/>
|
|
10
10
|
- Warning: Node-Red version **equals or major than 3.1.1** is needed to run this node.<br/>
|
|
11
11
|
- HUE light node: fixed status refresh of kelvin and brightness of a light belonging to a grouped_light.<br/>
|
|
12
12
|
- KNOW ISSUE: HUE light node: grouped_lights: the status group address is updated multiple times, equals to the lights contained in the grouped_light. To avoid repeating the same telegram multiple times, simply enable the RBE filter on the KNX node. <br/>
|
package/nodes/hue-config.js
CHANGED
|
@@ -8,7 +8,7 @@ const cloneDeep = require("lodash/cloneDeep");
|
|
|
8
8
|
const HueClass = require("./utils/hueEngine").classHUE;
|
|
9
9
|
const loggerEngine = require("./utils/sysLogger");
|
|
10
10
|
const hueColorConverter = require("./utils/colorManipulators/hueColorConverter");
|
|
11
|
-
const { AsyncObservable } = require("@project-chip/matter-node.js/util");
|
|
11
|
+
//const { AsyncObservable } = require("@project-chip/matter-node.js/util");
|
|
12
12
|
|
|
13
13
|
module.exports = (RED) => {
|
|
14
14
|
function hueConfig(config) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=16.0.0"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.4.
|
|
6
|
+
"version": "2.4.27",
|
|
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",
|