diff --git a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy index d11466e..9ee8071 100644 --- a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy +++ b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy @@ -115,6 +115,10 @@ def strobe() { ] } +def both() { + on() +} + def refresh() { log.debug "sending battery refresh command" zwave.batteryV1.batteryGet().format()