Skip to content

Commit

Permalink
WWST-1807 Changing configuration for Aeotec TriSensor to update motio…
Browse files Browse the repository at this point in the history
…n detection status in 30 seconds. (#3678)
  • Loading branch information
PKacprowiczS authored and greens committed Nov 14, 2018
1 parent a10da87 commit 4fd9540
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def updated() {

def configure() {
sendEvent(name: "checkInterval", value: 8 * 60 * 60 + 2 * 60, displayed: false, data: [protocol: "zwave", hubHardwareId: device.hub.hardwareID])
response(secure(zwave.configurationV1.configurationSet(parameterNumber: 2, size: 2, scaledConfigurationValue: 30)))
}

def parse(String description) {
Expand Down

0 comments on commit 4fd9540

Please sign in to comment.