We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b4914 commit a7dae05Copy full SHA for a7dae05
controller/comms/ScreenLogic.ts
@@ -51,7 +51,6 @@ export class ScreenLogicComms {
51
if (!this._cfg.enabled || this._cfg.type !== 'screenlogic') {
52
return;
53
}
54
-
55
let systemName = this._cfg.screenlogic.systemName; // 'Pentair: 00-00-00';
56
let password = this._cfg.screenlogic.password.toString(); // '1111';
57
0 commit comments