Skip to content

Commit

Permalink
Added Auth Type "PLUG_AND_CHARGE"
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 4, 2024
1 parent 830191c commit 547803b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weconnect/elements/charging_station.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class AUTHTYPE(Enum):
PCS_REMOTE = 'PCS_REMOTE'
ELLI_REMOTE = 'ELLI_REMOTE'
PROPRIETARY = 'PROPRIETARY'
PLUG_AND_CHARGE = "PLUG_AND_CHARGE"
UNKNOWN = 'UNKNOWN'

class VWGROUPPARTNER(Enum):
Expand Down

0 comments on commit 547803b

Please sign in to comment.