Skip to content

Commit

Permalink
fix: remove debugging value
Browse files Browse the repository at this point in the history
  • Loading branch information
o-lukas committed Jun 30, 2024
1 parent c34159d commit fa842d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartThingsPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class SmartThingsPlatform implements DynamicPlatformPlugin {
displayName = deviceMapping.nameOverride;
}

const accessory = new this.api.platformAccessory(displayName, '6781aefe-0185-4e86-8265-84c52a94b8a0');
const accessory = new this.api.platformAccessory(displayName, device.deviceId);
accessory.context.device = device;
accessory.category = this.api.hap.Categories.TELEVISION;
this.api.publishExternalAccessories(PLUGIN_NAME, [accessory]);
Expand Down

0 comments on commit fa842d2

Please sign in to comment.