Hi All
I have an ESP32 connected to an LED light strip.
I’ve programmed the ESP32 as I need to run custom sequences etc. (i.e not using WLED)
I pass various parameters to the ESP32 in a MQTT published message, such as a speed, lux level from sensor etc.
I’d like to be able to pass it HUE and SAT parameters too.
I currently have it working with a simple number helpers.
Is there someway to allow the user to interact with a colour wheel / picker, which will then store the HUE in the HUE helper, and the SAT in the SAT helper?
Thanks