Skip to content

Commit

Permalink
feat: add busy-charging as CP state
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusabe Guedes authored and dojusa committed Nov 28, 2022
1 parent 7e74fc8 commit b6d70ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chargepointstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type ChargePointState string
const (
ChargePointStateAvailable ChargePointState = "available"
ChargePointStateBusy ChargePointState = "busy"
ChargePointStateBusyCharging ChargePointState = "busy-charging"
ChargePointStateError ChargePointState = "error"
ChargePointStateDisconnected ChargePointState = "disconnected"
ChargePointStatePassive ChargePointState = "passive"
Expand Down

0 comments on commit b6d70ba

Please sign in to comment.