Skip to content

Commit

Permalink
Update matterbridgeV8.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jul 4, 2024
1 parent c83354c commit 0b76207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/matterbridgeV8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export class MatterbridgeV8 extends EventEmitter {
if (!this.matterLogger) throw new Error('No logger initialized');
const log = this.matterLogger;

const storageContext = await this.createServerNodeContext('Matterbridge', 'Matterbridge', AggregatorEndpoint.deviceType, 0xfff1, 'Matterbridge', 0x8000, 'Matterbridge Aggregator');
const storageContext = await this.createServerNodeContext('Matterbridge', 'Matterbridge', AggregatorEndpoint.deviceType, 65521 /* 0xfff1*/, 'Matterbridge', 0x8000, 'Matterbridge Aggregator');

this.matterServerNode = await this.createServerNode(storageContext);

Expand Down Expand Up @@ -827,7 +827,7 @@ export class MatterbridgeV8 extends EventEmitter {
}
}

// node dist/matterbridgeV8.js MatterbridgeV8
// node dist/matterbridgeV8.js MatterbridgeV8 -bridge
if (process.argv.includes('MatterbridgeV8')) {
const matterbridge = await MatterbridgeV8.create();

Expand Down

0 comments on commit 0b76207

Please sign in to comment.