projects
/
smartapps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aba2e7
)
Update Light_Rule.groovy
author
Seyed Amir Hossein Aqajari
<amiraj.95@uci.edu>
Wed, 7 Aug 2019 00:58:24 +0000
(17:58 -0700)
committer
GitHub Enterprise
<noreply@github.uci.edu>
Wed, 7 Aug 2019 00:58:24 +0000
(17:58 -0700)
official/Light_Rule.groovy
patch
|
blob
|
history
diff --git
a/official/Light_Rule.groovy
b/official/Light_Rule.groovy
index 949c96ca7d53bbfd2eb3d4b61b576144ef3f91b2..766716e048786cc504b26ac6f377b0a81d65a6c6 100644
(file)
--- a/
official/Light_Rule.groovy
+++ b/
official/Light_Rule.groovy
@@
-86,7
+86,7
@@
def contactHandler(evt){
log.debug evt.name
log.debug evt.value
log.debug evt.date
- log.debug evt.isStateChange()
+
//
log.debug evt.isStateChange()
if (evt.value == "open") {
turnLightOn()