Update hvac-auto-off.smartapp.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Tue, 6 Aug 2019 19:34:46 +0000 (12:34 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Tue, 6 Aug 2019 19:34:46 +0000 (12:34 -0700)
third-party/hvac-auto-off.smartapp.groovy

index 30280e9cc1b27899767b69ef56319f2fb38bf452..55be40d18818ac3312b7e61fc3d7236eab287b65 100755 (executable)
@@ -44,7 +44,6 @@ def updated() {
 
 def initialize() {
        state.changed = false
-       //subscribe(sensors, 'contact', "sensorChange")
        subscribe(sensors, "contact", sensorChange)
 }