From 288a4e99fa44e014cba64f3134d5edb45a6b2fe6 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Thu, 3 Sep 2015 16:06:52 -0700 Subject: [PATCH] updating name space --- .../smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy | 2 +- .../smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c6e420b..3c6737b 100644 --- a/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy +++ b/devicetypes/smartthings/lifx-color-bulb.src/lifx-color-bulb.groovy @@ -5,7 +5,7 @@ * */ metadata { - definition (name: "LIFX Color Bulb", namespace: "lifx", author: "Jack Chen") { + definition (name: "LIFX Color Bulb", namespace: "smartthings", author: "LIFX") { capability "Actuator" capability "Color Control" capability "Color Temperature" 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 5619e11..164c673 100644 --- a/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy +++ b/devicetypes/smartthings/lifx-white-bulb.src/lifx-white-bulb.groovy @@ -5,7 +5,7 @@ * */ metadata { - definition (name: "LIFX White Bulb", namespace: "lifx", author: "Jack Chen") { + definition (name: "LIFX White Bulb", namespace: "smartthings", author: "LIFX") { capability "Actuator" capability "Color Temperature" capability "Switch"