I’m trying to get a JSON playlist to work:
Preset #20 saved as Chimes
{
"on":true,
"playlist":{
"ps":[4,3,11,3,12,3,11,3],
"dur":[20,8980,20,8980,20,8980,20,8980],
"transition":0
}
}
This is for a 60-LED clock, would be set to start at 6am and run until 11pm, with the idea that on the hour preset #4 is run for 2 seconds, preset #3 then runs for 898 seconds, then at quarter past the hour repeats for #11,#3, at half past #12,#3, and quarter to goes back to #11,#3. That creates a visual chiming at 00, 15, 30, 45 minutes.
The presets listed (3,4,11,12) all work fine if selected, but the Playlist preset looks to be active but nothing changes ie previous pattern continues to run.
Any idea of what I might have missed in the playlist definition?
Thanks.