From: Rahmadi Trimananda Date: Tue, 6 Aug 2019 19:34:46 +0000 (-0700) Subject: Update hvac-auto-off.smartapp.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06cebbc67b5036b4cdafb313ed6afc1917b2f7af;p=smartapps.git Update hvac-auto-off.smartapp.groovy --- 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) }