You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently these backend features should work:
* Toggle Random Cycle for one, multiple, or all devices.
(Each device gets a different effect)
* Dynamically change interval and effects while Random Cycle is running.
* Resume timer after changing effect back to Random Cycle.
* Only one Random Cycle timer is running per device.
(Selecting it multiple times by clicking/API skips the current effect)
* Timer pauses when any other effect is selected.
What does not work:
* Random Cycle does not run on server restart if it was the last effect.
The
Random Cycle
timer has to be completely reimplemented, because it was relying on theall_devices
config.Now that every device can have different
effect_random_cycle
settings , for example:device_0
:device_1
:The timer can't track multiple devices and different intervals.
The text was updated successfully, but these errors were encountered: