20.04.2018, 08:33
(18.04.2018, 08:35)admin Wrote: You can overwrite custom values with grp.create. You will need a scheduled script to reload playlist from time to time. You will also need to put this list into storage so you can get playlist name from numeric object value in your event script.
Code:grp.create({
address = '32/1/1',
enums = {
[0] = 'Playlist 1',
[1] = 'Playlist 2',
[2] = 'Playlist 3'
},
})
This will still require visualization reload in case custom values are changed.
Please, can you give me the right code to require visualization reload by button clicking?