Skip to content

Commit

Permalink
fixed missing @DataClass for SetChargingProfilePayload
Browse files Browse the repository at this point in the history
  • Loading branch information
klimaschkas committed Dec 13, 2022
1 parent b734213 commit db25fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocpp/v201/extensions/v2x/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class PullChargingProfileUpdatePayload:
charging_profile_id: int


@dataclass
class SetChargingProfilePayload:
evse_id: int
charging_profile: ChargingProfileType
Expand Down

0 comments on commit db25fbd

Please sign in to comment.