Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / ImageCapture / ImageCaptures.groovy
index 661e87071817dcfe68ff1051c509ff03890e54ab..e9034b151d03551d0cf981cc4cd7412ea38574ae 100644 (file)
@@ -23,12 +23,12 @@ public class ImageCaptures {
                this.deviceNumbers = deviceNumbers
                this.imageCaptureSensors = []
 
-               def initAlarm = Verify.getBoolean()
+               /*def initAlarm = Verify.getBoolean()
                if (initAlarm) {
                        this.alarmState = "armed"
                } else {
                        this.alarmState = "not armed"
-               }
+               }*/
                imageCaptureSensors.add(new ImageCapture(id, label, displayName, this.image, this.alarmState))
        }