Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbozarth committed Oct 30, 2020
2 parents 81615a0 + b5ffec8 commit b8f3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class PlatformLC7001 implements DynamicPlatformPlugin {
this.log.info('Configuring accessory:',accessory.displayName);
this.log.debug('Adding listener for "identify" event.')
accessory.on('identify', () => {
this.log.info('Accessory',accessory.displayName," identified.");
this.log.info('Accessory',accessory.displayName,"identified.");
});
if (accessory.getService(this.api.hap.Service.Lightbulb) !== undefined) {
if (accessory.getService(this.api.hap.Service.Lightbulb)!.testCharacteristic(this.api.hap.Characteristic.On)) {
Expand Down

0 comments on commit b8f3c13

Please sign in to comment.