node-red-contrib-homebridge-automation 0.3.0-beta.4 → 0.3.0-beta.5

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": "node-red-contrib-homebridge-automation",
3
- "version": "0.3.0-beta.4",
3
+ "version": "0.3.0-beta.5",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "src/HAP-NodeRed.js",
6
6
  "scripts": {
@@ -53,7 +53,6 @@ class HbControlNode extends hbBaseNode {
53
53
  const result = await this.hbDevice.setCharacteristicsByTypes(filterIfOff(message.payload));
54
54
  results.push(result.values);
55
55
  } catch (error) {
56
- console.log(error)
57
56
  this.error(`Failed to set value for "${JSON.stringify(message.payload)}": ${error.message}`);
58
57
  results.push({ 'Error': `Error: ${error.message}` });
59
58
  fill = 'red';