From a205a94d78a8a545c0a1d3251b985e025ba52010 Mon Sep 17 00:00:00 2001 From: Yaima Valdivia Date: Mon, 7 Dec 2015 14:37:10 -0800 Subject: [PATCH] Added both() command https://smartthings.atlassian.net/browse/DVCSMP-1155 --- devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy | 4 ++++ 1 file changed, 4 insertions(+) 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()