diff --git a/plugins/PuckDetection.java b/plugins/PuckDetection.java index 3d436a2..dfbddc7 100644 --- a/plugins/PuckDetection.java +++ b/plugins/PuckDetection.java @@ -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;