Closedown
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user