Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-deconz

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-deconz - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

6

deconz.js

@@ -539,3 +539,3 @@ var request = require('request');

var node = RED.nodes.getNode(nodeId);
if (node.server) {
if (node && "server" in node) {
//update server items db

@@ -660,7 +660,7 @@ var serverNode = RED.nodes.getNode(node.server.id);

if (state['open'] !== undefined){
characteristic.ContactSensorState = !state.open;
characteristic.ContactSensorState = state.open;
}
if (state['vibration'] !== undefined){
characteristic.ContactSensorState = !state.vibration;
characteristic.ContactSensorState = state.vibration;
}

@@ -667,0 +667,0 @@

@@ -34,3 +34,3 @@ {

},
"version": "0.5.4"
"version": "0.5.5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc