Implementa la struttura base del plugin MEB per i pannelli solari
This commit is contained in:
21
src/index.js
Normal file
21
src/index.js
Normal file
@@ -0,0 +1,21 @@
|
||||
module.exports = function (app) {
|
||||
|
||||
const plugin = {
|
||||
id: 'meb-solars',
|
||||
name: "MEB Solary Panels",
|
||||
description: ""
|
||||
};
|
||||
|
||||
plugin.schema = {
|
||||
|
||||
};
|
||||
|
||||
plugin.start = async function(options = {}) {
|
||||
|
||||
};
|
||||
|
||||
plugin.
|
||||
|
||||
|
||||
return plugin;
|
||||
}
|
||||
Reference in New Issue
Block a user