Adding missing methods etc.
[smartthings-infrastructure.git] / StepSensor / StepSensors.groovy
index d3edb7b4f6f9fc035374e54317c3fb5788dbac27..d9200c6a24e258144af1c4ca66576836e6a407d6 100644 (file)
@@ -22,10 +22,10 @@ public class StepSensors {
 
                if (init) {
                        this.goal = 50
-                       this.steps = 0
+                       this.steps = 35
                } else {
-                       this.goal = 60
-                       this.steps = 1
+                       this.goal = 40
+                       this.steps = 60
                }
                stepSensors.add(new StepSensor(id, label, displayName, this.steps, this.goal))
        }