Hi all,
I have this DTH working fine but there is a 5sec or so delay before the device responds to the sendHubCommand. If I send the command using pakcet sender, the device responds almost instantly.
Is there something I can do to speed it up ?
Thanks in advance
metadata {
definition (name: "Yeelight", namespace: "simontether", author: "Simon Tether", mnmn: "SmartThings", vid: "generic-rgbw-color-bulb") {
capability "Switch Level"
capability "Color Control"
capability "Color Temperature"
capability "Switch"
capability "Relay Switch"
capability "Refresh"
capability "Actuator"
capability "Sensor"
command "reset"
command "refresh"
attribute "colorName", "string" //Needed for Colour Shortcuts
command "coolWhite"
command "warmWhite"
command "daylight"
This file has been truncated. show original