Closedown
This commit is contained in:
@@ -18,9 +18,9 @@ public class PuckDetection extends DeviceBase{
|
||||
|
||||
|
||||
public static class PuckState{
|
||||
boolean online;
|
||||
boolean mecSwitch;
|
||||
boolean indSwitch;
|
||||
public boolean online;
|
||||
public boolean mecSwitch;
|
||||
public boolean indSwitch;
|
||||
|
||||
void clear(){
|
||||
online = false;
|
||||
|
||||
Reference in New Issue
Block a user