You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serializing objects with attributes that have 'v2x' in the name, are not serialized correctly. E.g. V2XChargeParametersType.ev_max_v2x_energy_request is serialized as "evMaxV2xEnergyRequest", but it should be "evMinV2XEnergyRequest". This problem happens also to other objects.
The text was updated successfully, but these errors were encountered:
ocpp/ocpp/v201/extensions/v2x/datatypes.py
Lines 85 to 86 in db25fbd
Serializing objects with attributes that have 'v2x' in the name, are not serialized correctly. E.g.
V2XChargeParametersType.ev_max_v2x_energy_request
is serialized as "evMaxV2xEnergyRequest", but it should be "evMinV2XEnergyRequest". This problem happens also to other objects.The text was updated successfully, but these errors were encountered: