Skip to content

Commit

Permalink
Merge pull request SmartThingsCommunity#3298 from SmartThingsCommunit…
Browse files Browse the repository at this point in the history
…y/master

Rolling up master to staging
  • Loading branch information
workingmonk authored Jul 24, 2018
2 parents adcc330 + 7827a24 commit 0af960e
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 0af960e

Please sign in to comment.