Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / RelativeHumidityMeasurement / RelativeHumidityMeasurements.groovy
index 8b6bc4bfa76e58dfdf8b0d6241becaf55225d278..17da9b5b6105db3062859a37614691378901bf8d 100644 (file)
@@ -23,8 +23,8 @@ public class RelativeHumidityMeasurements {
                this.deviceNumbers = deviceNumbers
                this.humidityMeasurements = []
 
-               def init = Verify.getIntFromList(30, 50, 70)
-               this.humidity = init
+               //def init = Verify.getIntFromList(30, 50, 70)
+               //this.humidity = init
 
                humidityMeasurements.add(new RelativeHumidityMeasurement(id, label, displayName, this.humidity))
        }