homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.0-b24 to 1.0.0-b25
@@ -95,3 +95,3 @@ const AccessoryInformationService = require('./info'); | ||
{ | ||
var service = new AccessoryInformationService(this.homebridgeAccessory, this.deviceConfig, { manufacturer : this.manufacturer, model : this.model, version : this.version }, this.manager); | ||
var service = new AccessoryInformationService(this.homebridgeAccessory, this.deviceConfig, { manufacturer : this.getManufacturer(), model : this.getModel(), version : this.getVersion() }, this.manager); | ||
@@ -98,0 +98,0 @@ this.service.push(service); |
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.0-b24", | ||
"version": "1.0.0-b25", | ||
"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
39499