Best way to add Device Specific Settings in OpenDeck for Device Plugins

What would be the best way to add settings for a Device Plugin?
2 Replies
nekename
nekename2mo ago
will get back to you basically, add "HasSettingsInterface": true to manifest.json, then when the user clicks a little settings icon on your plugin in the plugin manager, it will send the showSettingsInterface event to your plugin on which you can open a window
Terrorwolf
TerrorwolfOP2mo ago
thanks. Will do

Did you find this page helpful?