[CHF-392] Add Hub Hardware ID to Device-Watch

This commit is contained in:
jackchi
2016-09-22 16:03:25 -07:00
parent b6d862fdd4
commit 7113d7470e
14 changed files with 14 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ metadata {
}
void installed() {
sendEvent(name: "checkInterval", value: 60 * 12, data: [protocol: "lan"], displayed: false)
sendEvent(name: "checkInterval", value: 60 * 12, data: [protocol: "lan", hubHardwareId: device.hub.hardwareID], displayed: false)
}
// parse events into attributes