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

homebridge-syntex-dynamic-platform

Package Overview
Dependencies
Maintainers
1
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-dynamic-platform - npm Package Compare versions

Comparing version 1.0.8-b51 to 1.0.8-b52

2

package.json
{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.8-b51",
"version": "1.0.8-b52",
"description": "A Dynamic Platform Accessory",

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

@@ -63,3 +63,3 @@ const BaseService = require('../base');

this.AutomationSystem.LogikEngine.runAutomation(this, state);
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, target : this.target, state : this.state });
};

@@ -66,0 +66,0 @@ }

@@ -59,3 +59,3 @@ const DimmedBulbService = require('./dimmedBulb');

this.AutomationSystem.LogikEngine.runAutomation(this, state);
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, hue : this.hue, saturation : this.saturation, brightness : this.brightness });
};

@@ -62,0 +62,0 @@ }

@@ -48,3 +48,3 @@ const LightBulbService = require('./lightBulb');

this.AutomationSystem.LogikEngine.runAutomation(this, state);
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, brightness : this.brightness });
};

@@ -51,0 +51,0 @@ }

@@ -82,3 +82,3 @@ const BaseService = require('../base');

this.AutomationSystem.LogikEngine.runAutomation(this, state);
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, target : this.target, state : this.state, mode : this.mode });
};

@@ -85,0 +85,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