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
In the ReserveNowPayload, the parent_id_tag field is optional, but is not reflected here. It should be parent_id_tag: str = None. This lead to an error when receiving a ReserveNowPayload with the parent_id_tag not sent.
The text was updated successfully, but these errors were encountered:
ocpp/ocpp/v16/call.py
Line 96 in 75dd91f
In the
ReserveNowPayload
, theparent_id_tag
field is optional, but is not reflected here. It should beparent_id_tag: str = None
. This lead to an error when receiving a ReserveNowPayload with theparent_id_tag
not sent.The text was updated successfully, but these errors were encountered: