Infrastructure compatible with swiches
[smartthings-infrastructure.git] / SmartThing / SmartThings.groovy
index 469c3c0..f2cc9e7 100644 (file)
@@ -30,6 +30,10 @@ public class SmartThings {
        }
 
        // Methods to handle events
+       def eventsSince(Date dateObj, LinkedHashMap info) {
+               return smartThings[0].eventsSince()
+       }
+
        def eventsSince(Date dateObj) {
                return smartThings[0].eventsSince()
        }