ESP_Hue
ESP_Hue copied to clipboard
DECREASE DELAY TIMES
Hello, thanks for this library. how can i decrease the delay time to execute the command? It works but the HUE lamps take about 4/5 seconds before executing the action (in my ESP code I have no delay but a simple button switch)
Thanks
I don't think there is any inherent delay specified in code, if it takes a while for the action to complete that might just be due to the network communication to the device. 4 to 5 seconds seems excessive but without knowing any details of your network setup or device WiFi signal quality it's hard to say for sure what the issue is.