homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.1-b3 to 1.0.1-b4
@@ -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) |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33043
16
965