Skip to content

Commit

Permalink
V8
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jul 2, 2024
1 parent 3a4ac50 commit 502f002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/matterbridgeDeviceV8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export class MatterbridgeDeviceV8 extends Endpoint {
addDeviceType(deviceType: DeviceTypeDefinition) {
if (!this.deviceTypes.has(deviceType.code)) {
this.log.debug(`addDeviceType: ${zb}${deviceType.code}${db}-${zb}${deviceType.name}${db}`);
/*
this.lifecycle.ready.on(() => {
this.act((agent) =>
agent.get(DescriptorServer).addDeviceTypes({
Expand All @@ -263,7 +264,7 @@ export class MatterbridgeDeviceV8 extends Endpoint {
}),
);
});

*/
/*
this.act((agent) =>
agent.get(DescriptorServer).addDeviceTypes({
Expand Down

0 comments on commit 502f002

Please sign in to comment.