bitfocus / companion-module-novastar-controller

This module controls some Novastar devices.
MIT License
16 stars 15 forks source link

Update choices.js #35

Closed jamesparsons82 closed 1 year ago

jamesparsons82 commented 1 year ago

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.