Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / Battery / Batteries.groovy
index 8aca5e2a66c50bee42ff20a8ce466299101a855b..dd82b663cd5b9625842fe96ea66dfcb44842844d 100644 (file)
@@ -23,8 +23,8 @@ public class Batteries {
                this.deviceNumbers = deviceNumbers
                this.batteries = []
 
-               def init = Verify.getIntFromList(30, 50, 70)
-               this.battery = init
+               //def init = Verify.getIntFromList(30, 50, 70)
+               //this.battery = init
 
                batteries.add(new Battery(id, label, displayName, this.battery))
        }