From c7b2f388112e764321c62e074ad03ea8652e9c3e Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Fri, 10 Feb 2017 11:30:35 +0100 Subject: [PATCH] Closedown --- plugins/PuckDetection.java | 5 +++++ 1 file changed, 5 insertions(+) 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;