Add parens to unsubscribe method (#1231)

This commit is contained in:
Andrew Bresee
2016-09-13 10:23:55 -07:00
committed by Juan Pablo Risso
parent e89e45e000
commit 4523498dab

View File

@@ -164,7 +164,7 @@ def installed() {
def updated() {
unschedule()
turnOffSwitch() //Turn off all switches if the schedules are changed while in mid-schedule
unsubscribe
unsubscribe()
log.debug "Updated with settings: ${settings}"
init()
}