X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=blobdiff_plain;f=third-party%2Fhvac-auto-off.smartapp.groovy;h=55be40d18818ac3312b7e61fc3d7236eab287b65;hp=30280e9cc1b27899767b69ef56319f2fb38bf452;hb=609d12d6435c7548fe3993dfc7a07714b03ab5dd;hpb=92057b0a69fa18aeedc6c7ff6380e68f9e44860a diff --git a/third-party/hvac-auto-off.smartapp.groovy b/third-party/hvac-auto-off.smartapp.groovy index 30280e9..55be40d 100755 --- a/third-party/hvac-auto-off.smartapp.groovy +++ b/third-party/hvac-auto-off.smartapp.groovy @@ -44,7 +44,6 @@ def updated() { def initialize() { state.changed = false - //subscribe(sensors, 'contact', "sensorChange") subscribe(sensors, "contact", sensorChange) }