We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9f6801 + 5c79f9d commit a4ec87cCopy full SHA for a4ec87c
controller/comms/ScreenLogic.ts
@@ -87,7 +87,7 @@ export class ScreenLogicComms {
87
logger.screenlogic(msg);
88
})
89
let ver = await this._client.getVersionAsync();
90
- logger.info(`Screenlogic: connect to ${systemName} ${ver} at ${unit.ipAddr}:${unit.port}`);
+ logger.info(`Screenlogic: connect to ${systemName} ${ver.version} at ${unit.ipAddr}:${unit.port}`);
91
92
let addClient = await this._client.addClientAsync();
93
logger.silly(`Screenlogic:Add client result: ${addClient}`);
0 commit comments