Skip to content

Commit 83f047f

Browse files
committed
removed wrong attribute
1 parent 8a22646 commit 83f047f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hsdPlatform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class HsdPlatform implements DynamicPlatformPlugin {
2020
};
2121

2222
private async connect (): Promise<HomeServerConnector> {
23-
const link = HomeServerConnector.getInstance(this.api, this.logger, this.hsdAccessories);
23+
const link = HomeServerConnector.getInstance(this.logger, this.hsdAccessories);
2424
link.connect(this.config.hsIp, this.config.hsPort, this.config.hsUserName, this.config.hsUserPw);
2525
this.logger.info(`hsdPlatform.ts | HsdPlatform | HSD IP gateway ${this.config.hsIp} connection established.`);
2626

0 commit comments

Comments
 (0)