From 7827a2449fbc67d57b9dfc8786686f52e6d8e716 Mon Sep 17 00:00:00 2001 From: ALamchaS Date: Tue, 24 Jul 2018 21:55:30 +0200 Subject: [PATCH] [ICP-5298] Update initial configuration for Zipato Siren as requested by Vodafone. (#3292) --- devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy index 215d40cacfe..ef7e651cb1b 100644 --- a/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy +++ b/devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy @@ -123,7 +123,7 @@ def configure() { cmds << zwave.configurationV1.configurationSet(parameterNumber: 2, size: 1, configurationValue: [2]).format() cmds << "delay 500" // Set alarm sound to no.1 - cmds << zwave.configurationV1.configurationSet(parameterNumber: 5, size: 1, configurationValue: [1]).format() + cmds << zwave.configurationV1.configurationSet(parameterNumber: 5, size: 1, configurationValue: [9]).format() } response(cmds) }