projects
/
smartthings-infrastructure.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Infrastructure compatible with swiches
[smartthings-infrastructure.git]
/
SmartThing
/
SmartThings.groovy
diff --git
a/SmartThing/SmartThings.groovy
b/SmartThing/SmartThings.groovy
index
469c3c0
..
f2cc9e7
100644
(file)
--- a/
SmartThing/SmartThings.groovy
+++ b/
SmartThing/SmartThings.groovy
@@
-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()
}