projects
/
smartthings-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
853fd00
)
Adding color level event.
author
rtrimana
<rtrimana@uci.edu>
Fri, 2 Aug 2019 22:42:13 +0000
(15:42 -0700)
committer
rtrimana
<rtrimana@uci.edu>
Fri, 2 Aug 2019 22:42:13 +0000
(15:42 -0700)
eventSimulator/colorLevelChangeEvent.groovy
[new file with mode: 0644]
patch
|
blob
diff --git a/eventSimulator/colorLevelChangeEvent.groovy
b/eventSimulator/colorLevelChangeEvent.groovy
new file mode 100644
(file)
index 0000000..
9989cbf
--- /dev/null
+++ b/
eventSimulator/colorLevelChangeEvent.groovy
@@ -0,0
+1,2
@@
+ colorControlObject.setValue([name: "level", value: "50", deviceId: "colorControlID0", descriptionText: "",
+ displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])
\ No newline at end of file