Device
Learn the specifics of developing a Device plugin.
Create the file structure
Set up a directory structure with the following files
Edit the manifest.toml file
Fill this file with proper configuration according to the Device section within the Private Plugins page. Based on that, the manifest should look like:
Edit the view.xml file
For the moment given, this file is not fully implemented for Device plugin, so it is not relevant at all for this plugin type, however it should contain dummy, albeit valid data so the plugin can be deployed. For this reason, you can use the following view.xml
file on your Device plugin development as dummy file:
Edit the LICENSE and README.md files
Write the contents of the README.md and LICENSE files.
Compressing the files
Compress the files in zip format from the root of the file structure, not the parent folder.
Last updated