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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@
7
7
  # CHANGELOG
8
8
 
9
9
  <p>
10
- <b>Version 2.0.3</b> - June 2023<br/>
10
+ <b>Version 2.0.4</b> - June 2023<br/>
11
11
  - NEW: HUE Button node. All HUE integrations are in BETA.<br/>
12
12
  - Slowly integrating the help in the node-red help section.<br/>
13
13
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-knx-ultimate",
3
- "version": "2.0.3",
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
- "HueLight": "/nodes/knxUltimateHueLight.js",
33
- "HueButton": "/nodes/knxUltimateHueButton.js"
32
+ "knxUltimateHueLight": "/nodes/knxUltimateHueLight.js",
33
+ "knxUltimateHueButton": "/nodes/knxUltimateHueButton.js"
34
34
  }
35
35
  },
36
36
  "repository": {