From 92057b0a69fa18aeedc6c7ff6380e68f9e44860a Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Tue, 6 Aug 2019 09:24:29 -0700 Subject: [PATCH] Update hvac-auto-off.smartapp.groovy --- third-party/hvac-auto-off.smartapp.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party/hvac-auto-off.smartapp.groovy b/third-party/hvac-auto-off.smartapp.groovy index eecb6e8..30280e9 100755 --- a/third-party/hvac-auto-off.smartapp.groovy +++ b/third-party/hvac-auto-off.smartapp.groovy @@ -44,7 +44,8 @@ def updated() { def initialize() { state.changed = false - subscribe(sensors, 'contact', "sensorChange") + //subscribe(sensors, 'contact', "sensorChange") + subscribe(sensors, "contact", sensorChange) } def sensorChange(evt) { -- 2.34.1