new version 4.2 garden hue app. also on github..
- v 4.0 oct 2022 fix requirement to make sure holiday works ( need random on). Turn on random if we have holiday mode on automatically.
- Add fade in and fade out options in seconds.
- Add new options for 10, 15, 30 etc seconds to schedule time. Also if the transitions are ?= schedule time, reset the schedule time to 2 minutes.
- Note fade out only works if you dont separate the fixtures as we need to pause execution for the fade off time, else it would immediately turn off or on again the command
- executes immeately even though the light will take the x numbers of seconds to finish the transtion, and without a pause execution the next turn on would happen
- before the transition time has expired.
- Also be warned some lights do not work well or correctly with the setLevel(level,duration) command for fading. Namely the generic zigbee rgb switch does not,
- but the advanced zigbee rgb bulb does.
- v 4.1 missing a line needed in the new code for non random rgbiv color changing mode to work correctly. Also figure how to add fade off with the suspendExecution
- in the separate light fixture and random mode. I added it for all fixtures on once outside the separate fixture loop.
- Also was missing code for the non-holiday, random, separated fixture case.
- https://github.com/lgkapps/SmartThingsPublic/gardenhue
- lgk v 4.2 add 4 custom color hsv templates. note range checking is not working in inputs so also added code to check range of colors 0-100 in intialize, also section titles not showing up in the
- page so add paragraph for titles.
- the custom colors only work in random mode as the non random is ROYGBIV that goes through the rainbow and wouldnt make sense to add a custom color in there.
*/