Skip to content

Commit

Permalink
Remove extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbozarth committed Sep 24, 2020
1 parent 5eacd9e commit b5ffec8
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 b5ffec8

Please sign in to comment.