Closedown

This commit is contained in:
gac-S_Changer
2017-02-10 11:30:35 +01:00
parent 5cc3c291ff
commit c7b2f38811

View File

@@ -32,6 +32,11 @@ public class PuckDetection extends DeviceBase{
this.mecSwitch = mecSwitch;
this.indSwitch = indSwitch;
}
@Override
public String toString(){
return "Online = " + online + "\ns1 = " + mecSwitch+ "\ns2 = " + indSwitch;
}
}
PuckState[] pucks;