Skip to content

Commit

Permalink
[ICP-5298] Update initial configuration for Zipato Siren as requested…
Browse files Browse the repository at this point in the history
… by Vodafone. (SmartThingsCommunity#3292)
  • Loading branch information
ALamchaS authored and greens committed Jul 24, 2018
1 parent c140181 commit 7827a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 7827a24

Please sign in to comment.