node-red-contrib-knx-ultimate 2.0.2 → 2.0.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
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
label: function () {
|
|
45
45
|
return (this.name);
|
|
46
46
|
},
|
|
47
|
-
paletteLabel: "Hue Light",
|
|
47
|
+
paletteLabel: "Hue Light (beta)",
|
|
48
48
|
// button: {
|
|
49
49
|
// enabled: function() {
|
|
50
50
|
// // return whether or not the button is enabled, based on the current
|
|
@@ -621,7 +621,7 @@ Start typing in the GA field, the name or group address of your KNX device, the
|
|
|
621
621
|
|--|--|
|
|
622
622
|
| Switch | This command is used to turn on/off the HUE light via a boolean KNX value true/false|
|
|
623
623
|
| Dimming | This command is used to DIM the HUE light via a KNX relative DIM datapoint |
|
|
624
|
-
| Color | This command is used to change the HUE light's color. Accepted datapoint is RGB triplet (r,g,b)|
|
|
624
|
+
| Color | This command is used to change the HUE light's color. Accepted datapoint is RGB triplet (r,g,b). The node handles the gamut color correction. As soon as you send a color KNX telegran, the light turns on and sets color and brightness, derived from the brightness human perception. As soon as you send a KNX telegram with r,g,b set to zero, the light turns off |
|
|
625
625
|
| Brightness | This command is used to change the absolute HUE light's brightness |
|
|
626
626
|
|
|
627
627
|
<br/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-knx-ultimate",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"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.",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"mkdirp": "1.0.4",
|