Device
Learn the specifics of developing a Device plugin.
Create the file structure
βββ src
β βββ view.xml
βββ LICENSE
βββ README.md
βββ manifest.tomlmanifest.toml
manifest_version = 2.0
[settings]
version = "0.0.1"
plugin_type = "device"
license_name = "MIT license"
categories = ["End Device"]
filters = {brand = ["Advantech"], connectivity = ["Ethernet"]}view.xml
LICENSE and README.md
Compressing the files
Last updated
Was this helpful?