Added extensions as a working plugin type

This commit is contained in:
Jaime van Kessel 2015-04-14 14:31:52 +02:00
parent 6e9a07d73c
commit 0defece4bd
2 changed files with 12 additions and 6 deletions

View file

@ -1,12 +1,12 @@
from . import USBPrinterManager
def getMetaData():
return {
'type': 'storage_device',
'type': 'extension',
'plugin': {
'name': 'Local File Storage',
'name': 'USB printing',
'author': 'Jaime van Kessel',
'version': '1.0',
'description': 'Accepts G-Code and sends them to a printer. '
'description': 'Accepts G-Code and sends them to a printer. Plugin can also update firmware '
}
}