Changing remote branch to PLRG Git server.
[smartapps.git] / third-party / hvac-auto-off.smartapp.groovy
index eecb6e8ab1b3d46911daa7a5ce952b27bd3079db..55be40d18818ac3312b7e61fc3d7236eab287b65 100755 (executable)
@@ -44,7 +44,7 @@ def updated() {
 
 def initialize() {
        state.changed = false
-       subscribe(sensors, 'contact', "sensorChange")
+       subscribe(sensors, "contact", sensorChange)
 }
 
 def sensorChange(evt) {