Skip to content

Commit

Permalink
Merge pull request #200 from Andre-0815-4711/patch-15
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
simatec authored Feb 4, 2024
2 parents c9be516 + c3f7f31 commit 010bf4b
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 @@ -81,7 +81,8 @@ const _wallboxStateLocal = {
0: 'Unplugged',
1: 'Plugged',
2: 'Charging',
3: 'Complete'
3: 'Complete',
4: 'Error'
};

const _wallboxChargemodeLocal = {
Expand Down

0 comments on commit 010bf4b

Please sign in to comment.