Replacement for Garden Hue Colour changing App? (Colour loops)

If you have access to change the colors in a ST routine, you can use the Edge Counter from @TAustin to trigger the color changes at set intervals.

If light turns on
Then
Turn on counter

If counter eq “x secs”
Then
Change color to blue
Turn on counter (resets)

If counter eq “y secs”
Then
Change color to red
Turn on counter (resets)

It’s not as elegant as being able to loop, but can achieve your goal. I haven’t explored whether Sharptools offers the ability to loop or not.

1 Like