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:
4e7b2f5
)
Fixing a previous bug!
author
amiraj
<amiraj.95@uci.edu>
Fri, 16 Aug 2019 22:52:45 +0000
(15:52 -0700)
committer
amiraj
<amiraj.95@uci.edu>
Fri, 16 Aug 2019 22:52:45 +0000
(15:52 -0700)
Thermostat/Thermostats.groovy
patch
|
blob
|
history
diff --git
a/Thermostat/Thermostats.groovy
b/Thermostat/Thermostats.groovy
index e2defec220cc3318f3c983c1121a6e3ebb0739fe..620aca10a296f54d5e91c1c1d75654fa763c4db7 100644
(file)
--- a/
Thermostat/Thermostats.groovy
+++ b/
Thermostat/Thermostats.groovy
@@
-141,7
+141,7
@@
public class Thermostats{
if (thermostatMode != this.thermostatMode) {
this.thermostatLatestMode = thermostatMode
this.thermostatMode = thermostatMode
- this.currentThermostatMode =
currentT
hermostatMode
+ this.currentThermostatMode =
t
hermostatMode
thermostats[0].setThermostatMode(thermostatMode)
}
}