homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.0-b21 to 1.0.0-b22
@@ -8,3 +8,3 @@ module.exports = class BaseService | ||
console.log(5, deviceConfig, serviceConfig); | ||
console.log(5, homebridgeAccessory != null, deviceConfig, serviceConfig); | ||
@@ -11,0 +11,0 @@ var subtype = serviceConfig.subtype; |
@@ -14,3 +14,3 @@ const BaseService = require('./base'); | ||
console.log(4, deviceConfig, serviceConfig); | ||
console.log(4, homebridgeAccessory != null, deviceConfig, serviceConfig); | ||
@@ -17,0 +17,0 @@ homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this)); |
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.0-b21", | ||
"version": "1.0.0-b22", | ||
"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
39474