1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00

update PLUGINS.md doc

This commit is contained in:
inb 2017-04-25 08:48:28 +01:00
parent bc657f55fe
commit 26e7398805

View File

@ -2,6 +2,11 @@
Plugins allow you to customise and extend the behavior of EDMC.
# Installing a Plugin
EDMC loads all plugins it finds in it's `plugins` folder. You can easily find this on your system via the Plugins tab
of the Settings window.
# Writing a Plugin
Plugins are loaded when EDMC starts up.
@ -138,3 +143,10 @@ import paho.mqtt.client as mqtt
```
# Disable a plugin
EDMC now lets you disable a plugin without deleting it, simply rename the plugin folder to append ".disabled". Eg,
"SuperSpaceHelper" -> "SuperSpaceHelper.disabled"
Disabled and enabled plugins are listed on the "Plugins" Settings tab