@hurenkam/hue-services 0.6.1 → 0.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hurenkam/hue-services",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Custom node-red nodes for interfacing with philips hue devices",
5
5
  "author": "Mark Hurenkamp",
6
6
  "license": "Apache 2.0",
@@ -6,7 +6,7 @@ export class ServiceUI extends BaseUI {
6
6
  console.log("ServiceUI.constructor(",label,category,rtype,")");
7
7
 
8
8
  this.config.defaults.name = { value:"" };
9
- this.config.defaults.bridge = { type: "BridgeConfigNode", required: true };
9
+ this.config.defaults.bridge = { type: "@hurenkam/hue-services/BridgeConfigNode", required: true };
10
10
  this.config.defaults.rtype = { value:rtype, required: true };
11
11
  this.config.defaults.owner = { value:"", required: true };
12
12
  this.config.defaults.uuid = { value:"", required: true };