From: Rahmadi Trimananda Date: Tue, 6 Aug 2019 04:49:09 +0000 (-0700) Subject: Update DeviceTamperAlarm.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=574eb864b79ceb20b65f90d981a0b7deadeff2bd Update DeviceTamperAlarm.groovy --- diff --git a/third-party/DeviceTamperAlarm.groovy b/third-party/DeviceTamperAlarm.groovy index da6aecf..7336355 100755 --- a/third-party/DeviceTamperAlarm.groovy +++ b/third-party/DeviceTamperAlarm.groovy @@ -48,7 +48,8 @@ def eventHandler(evt) { log.debug msg sendMessage(msg) - alarms ?: soundAlarms(alarms) + //alarms ?: soundAlarms(alarms) + soundAlarms(alarms) } private sendMessage(msg) {