Skip to content

Commit

Permalink
Move ZLL 5000k bulb to cloud
Browse files Browse the repository at this point in the history
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
  • Loading branch information
varzac committed Jul 18, 2018
1 parent ed8dfcb commit abf72c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abf72c2

Please sign in to comment.