MCTRL4K processors are not showing the correct actions as listed in actions.js. The only actions available are "Change Test Patterns" and "Change Display Mode" which are available to all Novastar models.
I suspect this is due to the model id being lowercase in choices.js and uppercase in actions.js. I changed MCTRL4K id from 'mctrl4k' to 'MCTRL4k'. This change will align the id in this file to the id required in actions.js.
MCTRL4K processors are not showing the correct actions as listed in actions.js. The only actions available are "Change Test Patterns" and "Change Display Mode" which are available to all Novastar models.
I suspect this is due to the model id being lowercase in choices.js and uppercase in actions.js. I changed MCTRL4K id from 'mctrl4k' to 'MCTRL4k'. This change will align the id in this file to the id required in actions.js.