Merge pull request #2137 from twack/update-gopher-water-valve-initail-state

(ICP-1050) Added check gopher valve initial state in installed()
This commit is contained in:
Vinay Rao
2017-07-05 13:57:44 -07:00
committed by GitHub

View File

@@ -58,6 +58,7 @@ metadata {
def installed() {
// Device-Watch simply pings if no device events received for 32min(checkInterval)
sendEvent(name: "checkInterval", value: 2 * 15 * 60 + 2 * 60, displayed: false, data: [protocol: "zwave", hubHardwareId: device.hub.hardwareID])
response(refresh())
}
def updated() {