From bf454300618fc4c875accf8b799fa5af113b48bf Mon Sep 17 00:00:00 2001
From: "piyush.c"
Date: Tue, 14 Feb 2017 15:01:17 +0530
Subject: [PATCH] [DVCSMP-2436] DTH Device Filtering change for Lifx Bulbs
---
.../smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy | 1 +
.../smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy | 1 +
2 files changed, 2 insertions(+)
diff --git a/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy b/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy
index 5ecfae0..5240c60 100644
--- a/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy
+++ b/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy
@@ -14,6 +14,7 @@ metadata {
capability "Refresh"
capability "Sensor"
capability "Health Check"
+ capability "Light"
}
simulator {
diff --git a/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy b/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy
index 16e7c57..bc559c8 100644
--- a/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy
+++ b/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy
@@ -13,6 +13,7 @@ metadata {
capability "Refresh"
capability "Sensor"
capability "Health Check"
+ capability "Light"
}
simulator {