Skip to content

Commit

Permalink
update main.js 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenon-s committed Nov 11, 2020
1 parent 01da781 commit e91f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class Template extends utils.Adapter {
};

async monitoringConsumption(obj) {
const val = 3;
const val = 20;
this.log.debug("ermittlung standby")
await this.calcStart(obj, "standby", val);
this.log.debug(`ergebnis standby: ${obj.resultStandby}, Länge array standby: ${obj.arrStandby.length}`);
Expand Down

0 comments on commit e91f4a8

Please sign in to comment.