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:
parent
bc657f55fe
commit
26e7398805
12
PLUGINS.md
12
PLUGINS.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user