Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / MotionSensor / MotionSensors.groovy
index 340e124e19d4484b124109b78d09defc7551d351..52034d9521b50b2823b4d40be65c9566cb06ea86 100644 (file)
@@ -24,14 +24,14 @@ public class MotionSensors {
                this.deviceNumbers = deviceNumbers
                this.motionSensors = []
 
-               def init = Verify.getBoolean()
+               /*def init = Verify.getBoolean()
                if (init) {
                        this.motion = "inactive"
                        this.motionLatestValue = "inactive"
                } else {
                        this.motion = "active"
                        this.motionLatestValue = "active"
-               }
+               }*/
                motionSensors.add(new MotionSensor(id, label, displayName, this.motion, this.motionLatestValue))
        }