Widget
Learn the specifics of developing a Device plugin.
Create the file structure
βββ src
β βββ static
β β βββ widget.css
β β βββ widget.html
β β βββ widget.js
β βββ view.xml
β βββ view_widget.xml
β βββ control.py
β βββ function.py
β βββ user_code.py
βββ LICENSE
βββ README.md
βββ manifest.tomlwidget.html, widget.css and widget.js scripts
File
Purpose
view.xml
view_widget.xml
LICENSE and README.md
manifest.toml
Compressing the files
Last updated
Was this helpful?