Skip to content

Commit

Permalink
Update initialization of screenlogic to disable it when it should not…
Browse files Browse the repository at this point in the history
… be connected. #703
  • Loading branch information
rstrouse committed Mar 16, 2023
1 parent 43b4914 commit a7dae05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/comms/ScreenLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class ScreenLogicComms {
if (!this._cfg.enabled || this._cfg.type !== 'screenlogic') {
return;
}

let systemName = this._cfg.screenlogic.systemName; // 'Pentair: 00-00-00';
let password = this._cfg.screenlogic.password.toString(); // '1111';

Expand Down

0 comments on commit a7dae05

Please sign in to comment.