node-red-contrib-knx-ultimate 2.0.3 → 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 +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"knxUltimateLoadControl": "/nodes/knxUltimateLoadControl.js",
|
|
30
30
|
"knxUltimateViewer": "/nodes/knxUltimateViewer.js",
|
|
31
31
|
"hueConfig": "/nodes/hue-config.js",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"knxUltimateHueLight": "/nodes/knxUltimateHueLight.js",
|
|
33
|
+
"knxUltimateHueButton": "/nodes/knxUltimateHueButton.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|