We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa33eb5 commit 960941bCopy full SHA for 960941b
src/platformAccessory.ts
@@ -36,7 +36,6 @@ export class ExamplePlatformAccessory {
36
// This is only required when using Custom Services and Characteristics not support by HomeKit
37
this.service = this.accessory.getService(this.platform.CustomServices[accessory.context.device.CustomService]) ||
38
this.accessory.addService(this.platform.CustomServices[accessory.context.device.CustomService]);
39
- this.platform.log.debug('this.service', this.service);
40
} else {
41
this.service = this.accessory.getService(this.platform.Service.Lightbulb) || this.accessory.addService(this.platform.Service.Lightbulb);
42
}
0 commit comments