Fixes after testing live
This commit is contained in:
@@ -27,8 +27,6 @@ namespace PamhagenSysCtrl.Helpers {
|
||||
Valves &= ~(1L << (n - 1));
|
||||
}
|
||||
}
|
||||
public void CloseV(int n) => SetV(n, true);
|
||||
public void OpenV(int n) => SetV(n, false);
|
||||
}
|
||||
|
||||
protected readonly T1 Plc;
|
||||
|
||||
Reference in New Issue
Block a user