Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / StepSensor / StepSensors.groovy
index fa6d78cccc36225717787752409b0acd333947ff..cc709fe704b507f0cf161124947767c1aab26f90 100644 (file)
@@ -23,10 +23,10 @@ public class StepSensors {
                this.deviceNumbers = deviceNumbers
                this.stepSensors = []
 
-               def initGoal = Verify.getIntFromList(1000, 2000, 3000)
+               /*def initGoal = Verify.getIntFromList(1000, 2000, 3000)
                this.goal = initGoal
                def initSteps = Verify.getIntFromList(0, 1, 2)
-               this.steps = initSteps
+               this.steps = initSteps*/
 
                stepSensors.add(new StepSensor(id, label, displayName, this.steps, this.goal))
        }