We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a22646 commit 83f047fCopy full SHA for 83f047f
1 file changed
src/hsdPlatform.ts
@@ -20,7 +20,7 @@ export class HsdPlatform implements DynamicPlatformPlugin {
20
};
21
22
private async connect (): Promise<HomeServerConnector> {
23
- const link = HomeServerConnector.getInstance(this.api, this.logger, this.hsdAccessories);
+ const link = HomeServerConnector.getInstance(this.logger, this.hsdAccessories);
24
link.connect(this.config.hsIp, this.config.hsPort, this.config.hsUserName, this.config.hsUserPw);
25
this.logger.info(`hsdPlatform.ts | HsdPlatform | HSD IP gateway ${this.config.hsIp} connection established.`);
26
0 commit comments