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.7.3 to 0.7.4

7

deconz.js

@@ -893,4 +893,7 @@ var request = require('request');

if (config['battery'] !== undefined && config['battery'] != null){
characteristic.StatusLowBattery = parseInt(device.config['battery'])<=15?1:0;
if (no_reponse) characteristic.StatusLowBattery = "NO_RESPONSE";
if (device.type !== 'ZHASwitch') { //exclude
characteristic.StatusLowBattery = parseInt(device.config['battery']) <= 15 ? 1 : 0;
if (no_reponse) characteristic.StatusLowBattery = "NO_RESPONSE";
}
}

@@ -897,0 +900,0 @@ }

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

},
"version": "0.7.3"
"version": "0.7.4"
}
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