Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre-0815-4711 authored Jan 14, 2024
1 parent 742067b commit 2835017
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 2835017

Please sign in to comment.