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.12.8 to 0.12.9

2

nodes/in.js

@@ -138,3 +138,3 @@ module.exports = function(RED) {

//by types
if ((device.type).toLowerCase() === 'window covering device') {
if ("type" in device && (device.type).toLowerCase() === 'window covering device') {
characteristic.CurrentPosition = state['bri']/2.55;

@@ -141,0 +141,0 @@ characteristic.TargetPosition = state['bri']/2.55;

@@ -40,3 +40,3 @@ {

},
"version": "0.12.8"
"version": "0.12.9"
}

Sorry, the diff of this file is not supported yet

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