Hi @Tri-dub
If you are referring to the options for progressive changes between colors?
I just added color movement options between adjacent colors.
The red and green have yellow interspersed.
If you are referring to direct changes between red and green you can do it with routines.
See this post
Merry Christmas
install Aplicaciones virtuales Mc driver from my channel
In app add new device with search nearby option
device creator will appears in your hub room
[1000011701]
In this device create a Text Field device
Text Field device will appear in your hub room
[1000011700]
[1000011699]
You need do 4 routines:
1. To turn on al lights at first color, Red for example:
If Sunset Then:
turn on lights color Red
Text Field 1 set text: Red
[1000011695]
2. To change to Green color after 1 min:
If Text Field 1 = Red during 1 minute Then:
Text Field 1 = Green
Set lights to Green Color
[1000011696]
3. To change to Red color after 1 min:
If Text Field 1 = Green during 1 minute Then:
Text Field 1 = Red
Set lights to Red Color
[1000011697]
4. To turn off lights at 0:30 hours
…