Please provide a description when submitting a PR.
According to the specs the cardinality of connectorId is 0..1, meaning the value can be omitted from the payload.
Quote from the specs:
The RemoteStartTransaction.req MAY contain a connector id if the transaction is to be started on a specific connector. When no connector id is provided, the Charge Point is in control of the connector selection. A Charge Point MAY reject a RemoteStartTransaction.req without a connector id.
Please provide a description when submitting a PR.
According to the specs the cardinality of
connectorId
is0..1
, meaning the value can be omitted from the payload.Quote from the specs: