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:
c5a0fcb
)
typo
author
bdemsky
<bdemsky@uci.edu>
Thu, 1 Aug 2019 19:11:58 +0000
(12:11 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Thu, 1 Aug 2019 19:11:58 +0000
(12:11 -0700)
SmokeDetector/SmokeDetectors.groovy
patch
|
blob
|
history
diff --git
a/SmokeDetector/SmokeDetectors.groovy
b/SmokeDetector/SmokeDetectors.groovy
index 188bb98a7acb596fdd7005660d971b12a1e29016..1bcb95a62415b7dc1b737ab284d6e69795e5ff1b 100644
(file)
--- a/
SmokeDetector/SmokeDetectors.groovy
+++ b/
SmokeDetector/SmokeDetectors.groovy
@@
-54,7
+54,7
@@
public class SmokeDetectors {
this.carbonMonoxideLatestValue = "tested"
}
}*/
- smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMonoideValue, this.batteryValue))
+ smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMono
x
ideValue, this.batteryValue))
}
//By Model Checker