node-red-contrib-knx-ultimate 2.1.42 → 2.1.44
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 +8 -0
- package/nodes/knxUltimate.js +237 -175
- package/nodes/knxUltimateHueLight.html +83 -58
- package/nodes/knxUltimateHueLight.js +314 -261
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
<p>
|
|
10
|
+
<b>Version 2.1.44</b> - August 2023<br/>
|
|
11
|
+
- HUE Light: now it correctly sets the KNX brightness if you turn on/off the light via HUE app.<br/>
|
|
12
|
+
</p>
|
|
13
|
+
<p>
|
|
14
|
+
<b>Version 2.1.43</b> - August 2023<br/>
|
|
15
|
+
- HUE Light: Moved some options to the "Behaviour" tab and fixed a race condition in the color setting, when some options are in conflict each other.<br/>
|
|
16
|
+
</p>
|
|
9
17
|
<p>
|
|
10
18
|
<b>Version 2.1.42</b> - August 2023<br/>
|
|
11
19
|
- Fixed some issues in getting the hue device's names, when using some non LTS versions of node.js.<br/>
|