Skip to content

Commit

Permalink
v201.datatypes.ChargingNeedsType.request_energy_transfer is mistyped (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility authored Feb 7, 2024
1 parent 6f4cd99 commit 025f31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
- [#504](https://github.com/mobilityhouse/ocpp/pull/504) Add missing tech_info attribute to v2.0.1 EventDataType. Thanks [@LokiHokie](https://github.com/LokiHokie)
- [#381](https://github.com/mobilityhouse/ocpp/issues/381) Add FormationError and OccurrenceConstraintViolationError.

- [#373](https://github.com/mobilityhouse/ocpp/issues/373) v201.datatypes.ChargingNeedsType.request_energy_transfer is mistyped

## 0.21.0 (2023-10-19)

- [#492] Minor fixes _handle_call doc string - Thanks @drc38
Expand Down
2 changes: 1 addition & 1 deletion ocpp/v201/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ChargingNeedsType:
ChargingNeedsType is used by: NotifyEVChargingNeedsRequest
"""

request_energy_transfer: enums.EnergyTransferModeType
requested_energy_transfer: enums.EnergyTransferModeType
departure_time: Optional[str] = None
ac_charging_parameters: Optional[ACChargingParametersType] = None
dc_charging_parameters: Optional[DCChargingParametersType] = None
Expand Down

0 comments on commit 025f31c

Please sign in to comment.