Skip to content

Commit

Permalink
Add DC as charging type
Browse files Browse the repository at this point in the history
  • Loading branch information
Prior99 committed Sep 16, 2024
1 parent a489909 commit dba7589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myskoda/models/charging.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ChargingState(StrEnum):

class ChargeType(StrEnum):
AC = "AC"
DC = "DC"


class PlugUnlockMode(StrEnum):
Expand Down

0 comments on commit dba7589

Please sign in to comment.