X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=StepSensor%2FStepSensors.groovy;h=bbe8fd89257ce2775a040eed8854b32e70a0b278;hb=5c18eab809cec914a04f4a57154a34e57c27e031;hp=3986a69bebbdd6b864e2cdeced2b3748c5992dec;hpb=a5e81e3c6efb5301d174f09236ea8f65f6356308;p=smartthings-infrastructure.git diff --git a/StepSensor/StepSensors.groovy b/StepSensor/StepSensors.groovy index 3986a69..bbe8fd8 100644 --- a/StepSensor/StepSensors.groovy +++ b/StepSensor/StepSensors.groovy @@ -2,6 +2,9 @@ package StepSensor import SmartThing.SmartThings +//Importing mutable integer class +import MutableInteger.MutableInteger + public class StepSensors extends SmartThings { List stepSensors = new ArrayList()