Skip to content

Commit

Permalink
Just some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Sep 24, 2024
1 parent 934f6da commit 6645ff7
Show file tree
Hide file tree
Showing 391 changed files with 559 additions and 559 deletions.
2 changes: 1 addition & 1 deletion WWCP_OCPPv1.6/DataStructures/Complex/StatusInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
// /// <param name="Status">A generic status.</param>
// /// <param name="ReasonCode">A predefined case-insensitive code for the reason why the status is returned in this response.</param>
// /// <param name="AdditionalInfo">Additional text to provide detailed information.</param>
// /// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
// /// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
// public StatusInfo(T Status,
// String? ReasonCode = null,
// String? AdditionalInfo = null,
Expand Down
6 changes: 3 additions & 3 deletions WWCP_OCPPv1.6/Messages/AResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public abstract class AResponse<TRequest, TResponse> : AResponse<TResponse>
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public AResponse(TRequest Request,
Result Result,
DateTime? ResponseTimestamp = null,
Expand Down Expand Up @@ -114,7 +114,7 @@ public AResponse(TRequest Request,
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public AResponse(TRequest Request,
Result Result,
DateTime ResponseTimestamp,
Expand Down Expand Up @@ -307,7 +307,7 @@ public NetworkingNode_Id DestinationId
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public AResponse(Result Result,
DateTime ResponseTimestamp,
TimeSpan Runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of key algorithm information to sign this request.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
/// <param name="SerializationFormat">The optional serialization format for this response.</param>
/// <param name="CancellationToken">An optional token to cancel this request.</param>
public CertificateSignedResponse(CertificateSignedRequest Request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of key algorithm information to sign this request.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
/// <param name="SerializationFormat">The optional serialization format for this response.</param>
/// <param name="CancellationToken">An optional token to cancel this request.</param>
public DeleteCertificateResponse(DeleteCertificateRequest Request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of key algorithm information to sign this request.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this message.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures of this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
/// <param name="SerializationFormat">The optional serialization format for this response.</param>
/// <param name="CancellationToken">An optional token to cancel this request.</param>
public GetInstalledCertificateIdsResponse(GetInstalledCertificateIdsRequest Request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of key algorithm information to sign this request.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this message.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures of this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
/// <param name="SerializationFormat">The optional serialization format for this response.</param>
/// <param name="CancellationToken">An optional token to cancel this request.</param>
public InstallCertificateResponse(InstallCertificateRequest Request,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of key algorithm information to sign this request.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this message.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures of this message.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
/// <param name="SerializationFormat">The optional serialization format for this response.</param>
/// <param name="CancellationToken">An optional token to cancel this request.</param>
public SignCertificateResponse(SignCertificateRequest Request,
Expand Down
2 changes: 1 addition & 1 deletion WWCP_OCPPv1.6/Messages/Charging/AuthorizeRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public JSONLDContext Context
/// <param name="IdTag">The identifier that needs to be authorized.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
2 changes: 1 addition & 1 deletion WWCP_OCPPv1.6/Messages/Charging/AuthorizeResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public AuthorizeResponse(CP.AuthorizeRequest Request,
IdTagInfo IdTagInfo,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public JSONLDContext Context
/// <param name="ReservationId">The unique identification of this reservation.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public CancelReservationResponse(CS.CancelReservationRequest Request,
CancelReservationStatus Status,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public JSONLDContext Context
/// <param name="StackLevel">The optional stack level for which charging profiles will be cleared, if they meet the other criteria in the request.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public ClearChargingProfileResponse(CS.ClearChargingProfileRequest Request,
ClearChargingProfileStatus Status,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public JSONLDContext Context
/// <param name="ChargingRateUnit">Can optionally be used to force a power or current profile.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public GetCompositeScheduleResponse(CS.GetCompositeScheduleRequest Request,
GetCompositeScheduleStatus Status,
Connector_Id? ConnectorId = null,
Expand Down
2 changes: 1 addition & 1 deletion WWCP_OCPPv1.6/Messages/Charging/MeterValuesRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public JSONLDContext Context
/// <param name="TransactionId">The charging transaction to which the given meter value samples are related to.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public JSONLDContext Context
/// <param name="ChargingProfile">An optional charging profile to be used by the charge point for the requested charging transaction.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JSONLDContext Context
/// <param name="SignInfos">An optional enumeration of information to be used for signing this response.</param>
/// <param name="Signatures">An optional enumeration of cryptographic signatures.</param>
///
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
public RemoteStartTransactionResponse(CS.RemoteStartTransactionRequest Request,
RemoteStartStopStatus Status,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public JSONLDContext Context
/// <param name="TransactionId">The identification of the transaction which the charge point is requested to stop.</param>
///
/// <param name="Signatures">An optional enumeration of cryptographic signatures for this message.</param>
/// <param name="CustomData">An optional custom data object to allow to store any kind of customer specific data.</param>
/// <param name="CustomData">An optional custom data object allowing to store any kind of customer specific data.</param>
///
/// <param name="RequestId">An optional request identification.</param>
/// <param name="RequestTimestamp">An optional request timestamp.</param>
Expand Down
Loading

0 comments on commit 6645ff7

Please sign in to comment.