Skip to content

Commit

Permalink
Added charging szenario "initializationChargingCommunication"
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 4, 2024
1 parent 547803b commit 0256287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weconnect/elements/charging_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class ChargeType(Enum,):

class ChargingScenario(Enum,):
OFF = 'off'
INITIALIZATION_CHARGING_COMMUNICATION = 'initializationChargingCommunication'
IMMEDIATELY_CHARGING_ACTIVE = 'immediatelyChargingActive'
IMMEDIATELY_CHARGING_FINISHED = 'immediatelyChargingFinished'
CHARGING_TO_DEPARTURE_TIME_WAITING = 'chargingToDepartureTimeWaiting'
Expand Down

0 comments on commit 0256287

Please sign in to comment.