Closedown

This commit is contained in:
gac-S_Changer
2017-02-10 11:29:17 +01:00
parent 00551fbd4e
commit 5cc3c291ff

View File

@@ -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;