Skip to content

Commit

Permalink
Cupra: updated status
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jun 10, 2022
1 parent 76358b3 commit 27b8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle/seat/cupra/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (v *Provider) Status() (api.ChargeStatus, error) {
res, err := v.statusG()
if err == nil {
switch strings.ToLower(res.Services.Charging.Status) {
case "connected":
case "connected", "readyforcharging":
status = api.StatusB
case "charging":
status = api.StatusC
Expand Down

0 comments on commit 27b8321

Please sign in to comment.