Scenes seems limited to 8 typicals. When you more than 8, the first action is repeated.
You discovered a bigger bug here. It's a design issue, currently all scene commands are sorted by delay and does not consider insertion order.
As a result, with more than n-delay-choices commands, some of them become 'grouped' and are executed at the same time. I guess this causes issue giving the 'repeat' effect
Scenes seems limited to 8 typicals. When you more than 8, the first action is repeated.
You discovered a bigger bug here. It's a design issue, currently all scene commands are sorted by delay and does not consider insertion order.
As a result, with more than n-delay-choices commands, some of them become 'grouped' and are executed at the same time. I guess this causes issue giving the 'repeat' effect