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

homebridge-syntex-magichome

Package Overview
Dependencies
Maintainers
1
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-magichome - npm Package Compare versions

Comparing version 1.0.0-b45 to 1.0.0-b46

2

package.json
{
"name": "homebridge-syntex-magichome",
"version": "1.0.0-b45",
"version": "1.0.0-b46",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -55,3 +55,3 @@ const LightBulb = require('./accessories/lightBulb');

if(params.mac)
if(params.ip)
{

@@ -71,2 +71,12 @@ for(var i = 0; i < this.lights.length; i++)

}
if(params.saturation)
{
this.lights[i].setSaturation(params.saturation, () => {});
}
if(params.brightness)
{
this.lights[i].setBrightness(params.brightness, () => {});
}
}

@@ -73,0 +83,0 @@ }

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