Skip to content

Commit

Permalink
ICP-4556 Add initial poll to Z-Wave Sirens (SmartThingsCommunity#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
greens authored Apr 23, 2018
1 parent 186d0bf commit b3a73f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def installed() {
def updated() {
// Device-Watch simply pings if no device events received for 122min(checkInterval)
sendEvent(name: "checkInterval", value: 2 * 60 * 60 + 2 * 60, isStateChanged: true, data: [protocol: "zwave", hubHardwareId: device.hub.hardwareID])
response(refresh())
}

def createEvents(physicalgraph.zwave.commands.batteryv1.BatteryReport cmd) {
Expand Down

0 comments on commit b3a73f2

Please sign in to comment.