Merge pull request #1607 from jackchi/hue-enrollment-fix

[CHF-508] Hue bulbs hides enrollment events
This commit is contained in:
Jack Chi
2017-02-21 10:13:45 -08:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ metadata {
}
void installed() {
sendEvent(name: "DeviceWatch-Enroll", value: "{\"protocol\": \"LAN\", \"scheme\":\"untracked\", \"hubHardwareId\": \"${device.hub.hardwareID}\"}")
sendEvent(name: "DeviceWatch-Enroll", value: "{\"protocol\": \"LAN\", \"scheme\":\"untracked\", \"hubHardwareId\": \"${device.hub.hardwareID}\"}", displayed: false)
}
// parse events into attributes