homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.0-b16 to 1.0.0-b17
@@ -14,7 +14,7 @@ let Service, Characteristic; | ||
{ | ||
this.logger.debug('Existierenden Informations-Service gefunden! ' + deviceConfig.name + ' ( ' + deviceConfig.id + ' )'); | ||
manager.logger.debug('Existierenden Informations-Service gefunden! ' + deviceConfig.name + ' ( ' + deviceConfig.id + ' )'); | ||
} | ||
else | ||
{ | ||
this.logger.debug('Erstelle neuen Informations-Service! ' + deviceConfig.name + ' ( ' + deviceConfig.id + ' )'); | ||
manager.logger.debug('Erstelle neuen Informations-Service! ' + deviceConfig.name + ' ( ' + deviceConfig.id + ' )'); | ||
@@ -21,0 +21,0 @@ service = homebridgeAccessory.addService(Service.AccessoryInformation, deviceConfig.name); |
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.0-b16", | ||
"version": "1.0.0-b17", | ||
"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
39252