Skip to content

Commit

Permalink
0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach committed Jun 29, 2023
1 parent 91c96e5 commit 0745142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ class go_e_charger extends utils.Adapter {
try {
let stateObject = await this.asyncGetState(statePath);
if (stateObject == null) return null; // errors thrown already in asyncGetState()
stateObject.ack = true;
return stateObject.val;
} catch (e) {
this.log.error(`[asyncGetStateValue](${statePath}): ${e}`);
Expand Down

0 comments on commit 0745142

Please sign in to comment.