homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.0-b18 to 1.0.0-b19
@@ -14,3 +14,3 @@ const BaseService = require('./base'); | ||
//homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this)); | ||
homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this)); | ||
@@ -24,6 +24,6 @@ this.changeHandler = (state) => | ||
} | ||
/* | ||
getState(callback) | ||
{ | ||
callback(null, super.getValue('state') || false); | ||
callback(super.getValue('state')); | ||
} | ||
@@ -37,3 +37,2 @@ | ||
} | ||
*/ | ||
} |
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.0-b18", | ||
"version": "1.0.0-b19", | ||
"description": "A Dynamic Platform Accessory", | ||
@@ -5,0 +5,0 @@ "main": "platform.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
39238
967