-
If your plugin has a GUI, please rename files:
plugins_template/view/plugin_name_frame.py
andplugins_template/controller/plugin_name_controller.py
. Make sure the name is consistent with plugin_name inplugin_config.yml
. -
If your plugin has a new device, please rename the folder name
plugins_template/model/devices/plugin_device
to indicate the device type. Edit the files inside this folder to interact with the new device.