Skip to content

Commit

Permalink
new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
adcrafter27 committed Apr 20, 2020
1 parent f92fe83 commit c8aa7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -290,4 +289,5 @@ if (module.parent) {
} else {
// otherwise start the instance directly
new envertech_pv();
}
}

0 comments on commit c8aa7f6

Please sign in to comment.