diff --git a/smartapps/smartthings/big-turn-off.src/big-turn-off.groovy b/smartapps/smartthings/big-turn-off.src/big-turn-off.groovy index f5fae99..75174aa 100644 --- a/smartapps/smartthings/big-turn-off.src/big-turn-off.groovy +++ b/smartapps/smartthings/big-turn-off.src/big-turn-off.groovy @@ -51,4 +51,4 @@ def changedLocationMode(evt) { def appTouch(evt) { log.debug "appTouch: $evt" switches?.off() -} +} \ No newline at end of file