X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=SleepSensor%2FSleepSensors.groovy;h=32895c804919fcd27475f0d3539d24f227415268;hp=9c49eb9bc0dfdc68d384c55ce9d4ee796d7130e5;hb=b5602bde1f6ac15ef1fa8b1d6eceb68708a51ad1;hpb=0c6e63360c2c1dc55705ced3bf5ddabf22f7abed diff --git a/SleepSensor/SleepSensors.groovy b/SleepSensor/SleepSensors.groovy index 9c49eb9..32895c8 100644 --- a/SleepSensor/SleepSensors.groovy +++ b/SleepSensor/SleepSensors.groovy @@ -22,12 +22,12 @@ public class SleepSensors { this.deviceNumbers = deviceNumbers this.sleepSensors = [] - def init = Verify.getBoolean() + /*def init = Verify.getBoolean() if (init) { this.sleeping = "sleeping" } else { this.sleeping = "not sleeping" - } + }*/ sleepSensors.add(new SleepSensor(id, label, displayName, this.sleeping)) }