Minor change in run.sh.
[smartthings-infrastructure.git] / BeaconSensor / BeaconSensors.groovy
index 33dd1fe65d39c1bed0a933ef177a7f36029eaee0..b2b5e1a8379ab3d32ffdef4a29f219fe830f1a84 100644 (file)
@@ -24,14 +24,14 @@ public class BeaconSensors {
                this.deviceNumbers = deviceNumbers
                this.beaconSensors = []
 
-               def init = Verify.getBoolean()
+               /*def init = Verify.getBoolean()
                if (init) {
                        this.presence = "not present"
                        this.presenceLatestValue = "not present"
                } else {
                        this.presence = "present"
                        this.presenceLatestValue = "present"
-               }
+               }*/
                beaconSensors.add(new BeaconSensor(id, label, displayName, this.presence, this.presenceLatestValue))
        }