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
Although Type hints are not utilized in this project yet, I found some potential errors in the field type of payloads. I have double checked all these field types with json shcemas.
call.py
GetConfigurationPayload.key: str -> List
RemoteStartTransactionPayload.id_tag: int -> str
MeterValuesPayload.connector_id: str -> int
MeterValuesPayload.meter_value: Dict -> List
MeterValuesPayload.transaction_id: str -> int
StopTransactionPayload.transaction_data: Dict -> List
call_result.py
GetConfigurationPayload.configuration_key: Dict -> List
GetConfigurationPayload.unknown_key: str -> List
If these are wrong, please just ignore my issue. Thanks.
The text was updated successfully, but these errors were encountered:
Although Type hints are not utilized in this project yet, I found some potential errors in the field type of payloads. I have double checked all these field types with json shcemas.
call.py
MeterValuesPayload.meter_value: Dict -> List
MeterValuesPayload.transaction_id: str -> int
call_result.py
GetConfigurationPayload.unknown_key: str -> List
If these are wrong, please just ignore my issue. Thanks.
The text was updated successfully, but these errors were encountered: