Awesome. Will do.
Please open a feature request for that in our GitHub to stub out where to add modes so I don’t forget. Link it here and I’ll accept it.
Also take a look at the range test plugin. That’ll give you an example of how to get the location information and node names.
1 Like
I stubbed it out for you instead of doing my homework tonight. Who said anything about priorities?
The code is still in my private repo. Feel free to fork that and submit a PR to my branch with your changes.
Your changes will be the in if statement for “serialplugin_mode == 10”. I made a mistake in not using an enum, no biggie. Will fix that later.
Once you make your changes, it can be enabled by setting --set serialplugin_mode 10 from the python api.
1 Like