From 34f77a2989d6b01d73b5565aabee5c8bd3c0f4bd Mon Sep 17 00:00:00 2001 From: Scott Vlaminck Date: Tue, 21 Feb 2017 13:42:19 -0600 Subject: [PATCH] update Hue Bridge to use new Bridge marker capability --- devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy b/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy index e7fbce17daf..55b3841d9de 100644 --- a/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy +++ b/devicetypes/smartthings/hue-bridge.src/hue-bridge.groovy @@ -7,6 +7,7 @@ metadata { // Automatically generated. Make future change here. definition (name: "Hue Bridge", namespace: "smartthings", author: "SmartThings") { + capability "Bridge" capability "Health Check" attribute "networkAddress", "string"