diff --git a/main.js b/main.js index e1de160..57647ea 100755 --- a/main.js +++ b/main.js @@ -17,7 +17,6 @@ class envertech_pv extends utils.Adapter { this.on('unload', this.onUnload.bind(this)); } - async onReady() { const self = this; var pow1 = 0; @@ -290,4 +289,5 @@ if (module.parent) { } else { // otherwise start the instance directly new envertech_pv(); -} \ No newline at end of file +} +