Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 441 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (3 loc) · 441 Bytes
  1. If your plugin has a GUI, please rename files: plugins_template/view/plugin_name_frame.py and plugins_template/controller/plugin_name_controller.py. Make sure the name is consistent with plugin_name in plugin_config.yml.

  2. 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.