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.1-b3 to 1.0.1-b4

accessories/motion.js

5

accessories/universal.js

@@ -9,2 +9,3 @@ const AccessoryInformationService = require('./info');

const LightService = require('./light');
const MotionService = require('./motion');

@@ -151,2 +152,6 @@ let PlatformAccessory;

}
else if(type == 'motion')
{
service = new MotionService(this.homebridgeAccessory, this.deviceConfig, serviceConfig, this.manager);
}

@@ -153,0 +158,0 @@ if(service != null)

3

main.js

@@ -10,2 +10,3 @@ const UniversalAccessory = require('./accessories/universal');

const LightService = require('./accessories/light');
const MotionService = require('./accessories/motion');

@@ -137,2 +138,2 @@ var pluginID = 'homebridge-syntex-dynamic-platform';

module.exports = { DynamicPlatform, UniversalAccessory, AccessoryInformationService, OutletService, SwitchService, LightBulbService, DimmedBulbService, ColoredBulbService, ContactService, LightService };
module.exports = { DynamicPlatform, UniversalAccessory, AccessoryInformationService, OutletService, SwitchService, LightBulbService, DimmedBulbService, ColoredBulbService, ContactService, LightService, MotionService };
{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.1-b3",
"version": "1.0.1-b4",
"description": "A Dynamic Platform Accessory",

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

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