Added check valve initial state in installed()

This commit is contained in:
twack
2017-07-04 08:10:09 -07:00
committed by GitHub
parent 807ff53c6d
commit c549a5bed0

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() {