From 8312dbd76c2eab4a0bc18cdf0caa8b3dc959fe0f Mon Sep 17 00:00:00 2001 From: greens Date: Wed, 18 Jul 2018 14:37:21 -0700 Subject: [PATCH] ICP-5298 (#3272) Fixing build --- devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy index c50305095b3..215d40cacfe 100644 --- a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy +++ b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy @@ -136,9 +136,6 @@ def poll() { } } -def on() { - log.debug "sending on" - def on() { log.debug "sending on" // ICP-5323: Zipato siren sometimes fails to make sound for full duration @@ -159,7 +156,6 @@ def on() { ] } } -} def off() { log.debug "sending off"