homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.1-b2 to 1.0.1-b3
@@ -12,3 +12,3 @@ const BaseService = require('./base'); | ||
super(homebridgeAccessory, deviceConfig, serviceConfig, Service.ContactSensor, manager); | ||
super(homebridgeAccessory, deviceConfig, serviceConfig, Service.LightSensor, manager); | ||
@@ -15,0 +15,0 @@ homebridgeAccessory.getServiceById(Service.LightSensor, serviceConfig.subtype).getCharacteristic(Characteristic.CurrentAmbientLightLevel).on('get', this.getState.bind(this)); |
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.1-b2", | ||
"version": "1.0.1-b3", | ||
"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
31862
37