Fixing a bug in ContactSensor.
[smartthings-infrastructure.git] / ContactSensor / ContactSensor.groovy
index b4ed62906771be1655f70bcedfdffe17966a6687..141faf2b7ef3ec33f3af12f7dc1de4c13a04b31a 100644 (file)
@@ -29,11 +29,11 @@ public class ContactSensor {
                this.contactState = value
                this.currentContact = value
                this.latestValue = value
-               this.events.add(eventDataMap)
-               this.timeOfEvents.add(System.currentTimeMillis())
+               //this.events.add(eventDataMap)
+               //this.timeOfEvents.add(System.currentTimeMillis())
        }
 
-       def eventsSince(Date dateObj) {
+       /*def eventsSince(Date dateObj) {
                def List happenedEvents = []
                def sinceThen = dateObj.time
                for (int i = 0;i < timeOfEvents.size();i++) {
@@ -41,7 +41,7 @@ public class ContactSensor {
                                happenedEvents.add(events[i])
                }
                return happenedEvents
-       }
+       }*/
        
        def on() {
                println("the contact sensor with id:$id is armed!")