add plugin readme, wildcardhandler

This commit is contained in:
Bastian Schroll 2018-01-15 14:18:15 +01:00
parent e04ba4b812
commit 8097b4bb12
4 changed files with 56 additions and 5 deletions

View file

@ -62,9 +62,6 @@ class Plugin:
self._pluginsActive -= 1
self.onUnload()
def _loadConfig(self):
pass
def _run(self, bwPacket):
"""!start an complete running turn of an plugin.
Calls setup(), alarm() and teardown() in this order.