node-red-contrib-knx-ultimate 2.1.21 → 2.1.22
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 -2
- package/nodes/knxUltimateHueLight.html +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,8 @@
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
9
|
<p>
|
|
10
|
-
<b>Version 2.1.
|
|
10
|
+
<b>Version 2.1.22</b> - July 2023<br/>
|
|
11
11
|
- NEW: Hue Light: UI optimization and allow to set the switch on light, even it Night Lighting is unselected.<br/>
|
|
12
|
-
- NEW: Hue Light: you can now choose some options in the new Behaviours configuration tab.<br/>
|
|
13
12
|
</p>
|
|
14
13
|
<p>
|
|
15
14
|
<b>Version 2.1.20</b> - July 2023<br/>
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
</div>
|
|
802
802
|
<div class="form-row">
|
|
803
803
|
<label for="node-input-colorAtSwitchOnDayTime" style="width:250px">
|
|
804
|
-
<i class="fa fa-sun-o"></i> Switch
|
|
804
|
+
<i class="fa fa-sun-o"></i> Switch On - color/brightness
|
|
805
805
|
</label>
|
|
806
806
|
<input type="text" id="node-input-colorAtSwitchOnDayTime" placeholder='Leave blank or, for example, {"red":255, "green":255, "blue":255}'
|
|
807
807
|
style="width:260px">
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
<div id="DivEnableDayNightLighting">
|
|
816
816
|
<div class="form-row">
|
|
817
817
|
<label for="node-input-colorAtSwitchOnNightTime" style="width:250px">
|
|
818
|
-
<i class="fa fa-moon-o"></i> Switch
|
|
818
|
+
<i class="fa fa-moon-o"></i> Switch On - color/brightness at Night
|
|
819
819
|
</label>
|
|
820
820
|
<input type="text" id="node-input-colorAtSwitchOnNightTime" placeholder='Example {"red":100, "green":0, "blue":50}'
|
|
821
821
|
style="width:260px">
|
|
@@ -1009,9 +1009,9 @@ Start typing in the GA field, the name or group address of your KNX device, the
|
|
|
1009
1009
|
|--|--|
|
|
1010
1010
|
| Switch | This GA is used to turn on/off the HUE light via a boolean KNX value true/false|
|
|
1011
1011
|
| Switch Status | Link this to the light's switch status group address|
|
|
1012
|
-
| Switch
|
|
1012
|
+
| Switch On - color/brightness | You can choose the color/brightness of your light, at switch on. Set it as JSON object, for example **{ "red": 255, "green": 255, "blue": 255 }**. Leave blank to disable. |
|
|
1013
1013
|
| Night Lighting | It allows to set a particular light color/brightness at nighttime. If **checked**, a further set of option shows up and the light changes the behaviour based on these options, everytime you switch the light *on*. |
|
|
1014
|
-
| Switch
|
|
1014
|
+
| Switch On - color/brightness at Nighttime | You can choose the color/brightness of your light, at switch on, on night time. Set it as JSON object. Default value if you leave blank is **{ "red": 100, "green": 0, "blue": 0 }** |
|
|
1015
1015
|
| Day/Night | Select the group address used to set the day/night behaviour. The group address value is *true* if daytime, *false* if nighttime. |
|
|
1016
1016
|
| Invert day/night values | Invert the values of *Day/Night* group address. Default value is **unchecked**.|
|
|
1017
1017
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=16.0.0"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.22",
|
|
7
7
|
"description": "Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable. With integrated Philips HUE devices handling.",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"mkdirp": "3.0.1",
|