Skip to content

Commit a7dae05

Browse files
author
Robert Strouse
committed
Update initialization of screenlogic to disable it when it should not be connected. #703
1 parent 43b4914 commit a7dae05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller/comms/ScreenLogic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class ScreenLogicComms {
5151
if (!this._cfg.enabled || this._cfg.type !== 'screenlogic') {
5252
return;
5353
}
54-
5554
let systemName = this._cfg.screenlogic.systemName; // 'Pentair: 00-00-00';
5655
let password = this._cfg.screenlogic.password.toString(); // '1111';
5756

0 commit comments

Comments
 (0)