Hi,
I am trying to use setColor to change colors based on an integer. if I do
bulb.setcolor("#FF0000")
that doesn’t work. I want to be able to set the color using an integer value… or change the hex value slowly… like add “AA” to it every minute so it slowly change colors.
Any helps?
Thanks,
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
2
I managed to get color to change every 30 seconds by changing the hue… I use “RunIn” to run every 30 seconds and just add 1 to hue so it clowely change color…
but I noticed that it stops working after a few runs… is there something that kills the process?