From abf72c2c0927343c8bce00a9c00eedfb728806be Mon Sep 17 00:00:00 2001 From: Zach Varberg Date: Wed, 18 Jul 2018 14:23:39 -0500 Subject: [PATCH] Move ZLL 5000k bulb to cloud This move the "ZLL White Color Temperature Bulb 5000k" DTH to execute in the cloud until 23. This is because in the current local implementation there isn't a read after a delay causing us to be out of sync temporarily. This addresses: https://smartthings.atlassian.net/browse/ICP-5419 This addresses: https://smartthings.atlassian.net/browse/ICP-5416 --- .../zll-white-color-temperature-bulb-5000k.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zll-white-color-temperature-bulb-5000k.src/zll-white-color-temperature-bulb-5000k.groovy b/devicetypes/smartthings/zll-white-color-temperature-bulb-5000k.src/zll-white-color-temperature-bulb-5000k.groovy index 7e144d6d139..16974898659 100644 --- a/devicetypes/smartthings/zll-white-color-temperature-bulb-5000k.src/zll-white-color-temperature-bulb-5000k.groovy +++ b/devicetypes/smartthings/zll-white-color-temperature-bulb-5000k.src/zll-white-color-temperature-bulb-5000k.groovy @@ -13,7 +13,7 @@ */ metadata { - definition (name: "ZLL White Color Temperature Bulb 5000K", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.light", runLocally: true, minHubCoreVersion: '000.021.00001', executeCommandsLocally: true) { + definition (name: "ZLL White Color Temperature Bulb 5000K", namespace: "smartthings", author: "SmartThings", ocfDeviceType: "oic.d.light", runLocally: true, minHubCoreVersion: '000.023.00001', executeCommandsLocally: true) { capability "Actuator" capability "Color Temperature"