Skip to content

Commit

Permalink
Merge pull request #192 from Andre-0815-4711/patch-8
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
simatec authored Jan 14, 2024
2 parents 742067b + 2835017 commit 2ccec09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const _inverterStateAPI = {
const _wallboxStateLocal = {
0: 'Unplugged',
1: 'Plugged',
2: 'Charging'
2: 'Charging',
3: 'Complete'
};

const _wallboxChargemodeLocal = {
Expand Down

0 comments on commit 2ccec09

Please sign in to comment.