Template for MoBro plugins
This plugin is intended to serve as a template and starting point to developing a plugin
for MoBro.
It contains the basic setup as well as some example code on how to
- register and update metrics
- define and access the plugin settings
- set up a scheduled task to continuously poll metric values
The easiest way to publish the plugin is to utilize
the MoBro Plugin CLI.
Just execute from within the project directory:
mobro publish .
Alternatively the plugin can be published by running the included publish_zip.bat
script from within
the project. (Requires 7Zip to be installed)
./publish.bat YourPluginName_v1
The plugin is built using the MoBro Plugin SDK.
Detailed developer documentation is available at developer.mobro.app.
Feel free to visit us on our Discord or Forum for any questions or in case you run into any issues.