Commit f1f9f17 1 parent 16b78a0 commit f1f9f17 Copy full SHA for f1f9f17
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
- [ #504 ] ( https://github.com/mobilityhouse/ocpp/pull/504 ) Add missing tech_info attribute to v2.0.1 EventDataType. Thanks [ @LokiHokie ] ( https://github.com/LokiHokie )
52
52
- [ #381 ] ( https://github.com/mobilityhouse/ocpp/issues/381 ) Add FormationError and OccurrenceConstraintViolationError.
53
53
54
+ - [ #373 ] ( https://github.com/mobilityhouse/ocpp/issues/373 ) v201.datatypes.ChargingNeedsType.request_energy_transfer is mistyped
55
+
54
56
## 0.21.0 (2023-10-19)
55
57
56
58
- [ #492 ] Minor fixes _ handle_call doc string - Thanks @drc38
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class ChargingNeedsType:
101
101
ChargingNeedsType is used by: NotifyEVChargingNeedsRequest
102
102
"""
103
103
104
- request_energy_transfer : enums .EnergyTransferModeType
104
+ requested_energy_transfer : enums .EnergyTransferModeType
105
105
departure_time : Optional [str ] = None
106
106
ac_charging_parameters : Optional [ACChargingParametersType ] = None
107
107
dc_charging_parameters : Optional [DCChargingParametersType ] = None
You can’t perform that action at this time.
0 commit comments