Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / ImageCapture / ImageCaptures.groovy
index 691a8515b7310df0f13a9f2617acc5342720588e..3b97a87b0e533f8a600969b1fd59e2e5993afb09 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))
        }