ocpp-messages 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compile.js +41 -0
- package/package.json +5 -3
- package/schema/v2.0/AuthorizeRequest.json +171 -0
- package/schema/v2.0/AuthorizeResponse.json +233 -0
- package/schema/v2.0/BootNotificationRequest.json +114 -0
- package/schema/v2.0/BootNotificationResponse.json +83 -0
- package/schema/v2.0/CancelReservationRequest.json +35 -0
- package/schema/v2.0/CancelReservationResponse.json +71 -0
- package/schema/v2.0/CertificateSignedRequest.json +49 -0
- package/schema/v2.0/CertificateSignedResponse.json +71 -0
- package/schema/v2.0/ChangeAvailabilityRequest.json +69 -0
- package/schema/v2.0/ChangeAvailabilityResponse.json +72 -0
- package/schema/v2.0/ClearCacheRequest.json +28 -0
- package/schema/v2.0/ClearCacheResponse.json +71 -0
- package/schema/v2.0/ClearChargingProfileRequest.json +69 -0
- package/schema/v2.0/ClearChargingProfileResponse.json +71 -0
- package/schema/v2.0/ClearDisplayMessageRequest.json +35 -0
- package/schema/v2.0/ClearDisplayMessageResponse.json +71 -0
- package/schema/v2.0/ClearVariableMonitoringRequest.json +40 -0
- package/schema/v2.0/ClearVariableMonitoringResponse.json +98 -0
- package/schema/v2.0/ClearedChargingLimitRequest.json +50 -0
- package/schema/v2.0/ClearedChargingLimitResponse.json +28 -0
- package/schema/v2.0/CostUpdatedRequest.json +41 -0
- package/schema/v2.0/CostUpdatedResponse.json +28 -0
- package/schema/v2.0/CustomerInformationRequest.json +173 -0
- package/schema/v2.0/CustomerInformationResponse.json +72 -0
- package/schema/v2.0/DataTransferRequest.json +44 -0
- package/schema/v2.0/DataTransferResponse.json +76 -0
- package/schema/v2.0/DeleteCertificateRequest.json +79 -0
- package/schema/v2.0/DeleteCertificateResponse.json +72 -0
- package/schema/v2.0/FirmwareStatusNotificationRequest.json +60 -0
- package/schema/v2.0/FirmwareStatusNotificationResponse.json +28 -0
- package/schema/v2.0/Get15118EVCertificateRequest.json +56 -0
- package/schema/v2.0/Get15118EVCertificateResponse.json +77 -0
- package/schema/v2.0/GetBaseReportRequest.json +50 -0
- package/schema/v2.0/GetBaseReportResponse.json +73 -0
- package/schema/v2.0/GetCertificateStatusRequest.json +85 -0
- package/schema/v2.0/GetCertificateStatusResponse.json +76 -0
- package/schema/v2.0/GetChargingProfilesRequest.json +103 -0
- package/schema/v2.0/GetChargingProfilesResponse.json +71 -0
- package/schema/v2.0/GetCompositeScheduleRequest.json +53 -0
- package/schema/v2.0/GetCompositeScheduleResponse.json +157 -0
- package/schema/v2.0/GetDisplayMessagesRequest.json +73 -0
- package/schema/v2.0/GetDisplayMessagesResponse.json +71 -0
- package/schema/v2.0/GetInstalledCertificateIdsRequest.json +49 -0
- package/schema/v2.0/GetInstalledCertificateIdsResponse.json +166 -0
- package/schema/v2.0/GetLocalListVersionRequest.json +28 -0
- package/schema/v2.0/GetLocalListVersionResponse.json +35 -0
- package/schema/v2.0/GetLogRequest.json +90 -0
- package/schema/v2.0/GetLogResponse.json +77 -0
- package/schema/v2.0/GetMonitoringReportRequest.json +156 -0
- package/schema/v2.0/GetMonitoringReportResponse.json +73 -0
- package/schema/v2.0/GetReportRequest.json +157 -0
- package/schema/v2.0/GetReportResponse.json +73 -0
- package/schema/v2.0/GetTransactionStatusRequest.json +33 -0
- package/schema/v2.0/GetTransactionStatusResponse.json +39 -0
- package/schema/v2.0/GetVariablesRequest.json +149 -0
- package/schema/v2.0/GetVariablesResponse.json +198 -0
- package/schema/v2.0/HeartbeatRequest.json +28 -0
- package/schema/v2.0/HeartbeatResponse.json +36 -0
- package/schema/v2.0/InstallCertificateRequest.json +52 -0
- package/schema/v2.0/InstallCertificateResponse.json +72 -0
- package/schema/v2.0/LogStatusNotificationRequest.json +54 -0
- package/schema/v2.0/LogStatusNotificationResponse.json +28 -0
- package/schema/v2.0/MeterValuesRequest.json +251 -0
- package/schema/v2.0/MeterValuesResponse.json +28 -0
- package/schema/v2.0/NotifyChargingLimitRequest.json +323 -0
- package/schema/v2.0/NotifyChargingLimitResponse.json +28 -0
- package/schema/v2.0/NotifyCustomerInformationRequest.json +57 -0
- package/schema/v2.0/NotifyCustomerInformationResponse.json +28 -0
- package/schema/v2.0/NotifyDisplayMessagesRequest.json +207 -0
- package/schema/v2.0/NotifyDisplayMessagesResponse.json +28 -0
- package/schema/v2.0/NotifyEVChargingNeedsRequest.json +169 -0
- package/schema/v2.0/NotifyEVChargingNeedsResponse.json +72 -0
- package/schema/v2.0/NotifyEVChargingScheduleRequest.json +289 -0
- package/schema/v2.0/NotifyEVChargingScheduleResponse.json +71 -0
- package/schema/v2.0/NotifyEventRequest.json +224 -0
- package/schema/v2.0/NotifyEventResponse.json +28 -0
- package/schema/v2.0/NotifyMonitoringReportRequest.json +212 -0
- package/schema/v2.0/NotifyMonitoringReportResponse.json +28 -0
- package/schema/v2.0/NotifyReportRequest.json +279 -0
- package/schema/v2.0/NotifyReportResponse.json +28 -0
- package/schema/v2.0/PublishFirmwareRequest.json +55 -0
- package/schema/v2.0/PublishFirmwareResponse.json +71 -0
- package/schema/v2.0/PublishFirmwareStatusNotificationRequest.json +66 -0
- package/schema/v2.0/PublishFirmwareStatusNotificationResponse.json +28 -0
- package/schema/v2.0/ReportChargingProfilesRequest.json +406 -0
- package/schema/v2.0/ReportChargingProfilesResponse.json +28 -0
- package/schema/v2.0/RequestStartTransactionRequest.json +457 -0
- package/schema/v2.0/RequestStartTransactionResponse.json +76 -0
- package/schema/v2.0/RequestStopTransactionRequest.json +36 -0
- package/schema/v2.0/RequestStopTransactionResponse.json +71 -0
- package/schema/v2.0/ReservationStatusUpdateRequest.json +49 -0
- package/schema/v2.0/ReservationStatusUpdateResponse.json +28 -0
- package/schema/v2.0/ReserveNowRequest.json +157 -0
- package/schema/v2.0/ReserveNowResponse.json +74 -0
- package/schema/v2.0/ResetRequest.json +48 -0
- package/schema/v2.0/ResetResponse.json +72 -0
- package/schema/v2.0/SecurityEventNotificationRequest.json +47 -0
- package/schema/v2.0/SecurityEventNotificationResponse.json +28 -0
- package/schema/v2.0/SendLocalListRequest.json +258 -0
- package/schema/v2.0/SendLocalListResponse.json +72 -0
- package/schema/v2.0/SetChargingProfileRequest.json +375 -0
- package/schema/v2.0/SetChargingProfileResponse.json +71 -0
- package/schema/v2.0/SetDisplayMessageRequest.json +193 -0
- package/schema/v2.0/SetDisplayMessageResponse.json +75 -0
- package/schema/v2.0/SetMonitoringBaseRequest.json +45 -0
- package/schema/v2.0/SetMonitoringBaseResponse.json +73 -0
- package/schema/v2.0/SetMonitoringLevelRequest.json +35 -0
- package/schema/v2.0/SetMonitoringLevelResponse.json +71 -0
- package/schema/v2.0/SetNetworkProfileRequest.json +241 -0
- package/schema/v2.0/SetNetworkProfileResponse.json +72 -0
- package/schema/v2.0/SetVariableMonitoringRequest.json +169 -0
- package/schema/v2.0/SetVariableMonitoringResponse.json +204 -0
- package/schema/v2.0/SetVariablesRequest.json +154 -0
- package/schema/v2.0/SetVariablesResponse.json +193 -0
- package/schema/v2.0/SignCertificateRequest.json +49 -0
- package/schema/v2.0/SignCertificateResponse.json +71 -0
- package/schema/v2.0/StatusNotificationRequest.json +63 -0
- package/schema/v2.0/StatusNotificationResponse.json +28 -0
- package/schema/v2.0/TransactionEventRequest.json +497 -0
- package/schema/v2.0/TransactionEventResponse.json +223 -0
- package/schema/v2.0/TriggerMessageRequest.json +78 -0
- package/schema/v2.0/TriggerMessageResponse.json +72 -0
- package/schema/v2.0/UnlockConnectorRequest.json +40 -0
- package/schema/v2.0/UnlockConnectorResponse.json +73 -0
- package/schema/v2.0/UnpublishFirmwareRequest.json +36 -0
- package/schema/v2.0/UnpublishFirmwareResponse.json +45 -0
- package/schema/v2.0/UpdateFirmwareRequest.json +87 -0
- package/schema/v2.0/UpdateFirmwareResponse.json +74 -0
- package/v1.6/MeterValues.d.ts +51 -71
- package/v1.6/index.d.ts +4 -4
- package/v2.0/AuthorizeRequest.d.ts +2 -2
- package/v2.0/AuthorizeResponse.d.ts +2 -2
- package/v2.0/BootNotificationRequest.d.ts +2 -2
- package/v2.0/BootNotificationResponse.d.ts +2 -2
- package/v2.0/CancelReservationRequest.d.ts +2 -2
- package/v2.0/CancelReservationResponse.d.ts +2 -2
- package/v2.0/CertificateSignedRequest.d.ts +2 -2
- package/v2.0/CertificateSignedResponse.d.ts +2 -2
- package/v2.0/ChangeAvailabilityRequest.d.ts +2 -2
- package/v2.0/ChangeAvailabilityResponse.d.ts +2 -2
- package/v2.0/ClearCacheRequest.d.ts +2 -2
- package/v2.0/ClearCacheResponse.d.ts +2 -2
- package/v2.0/ClearChargingProfileRequest.d.ts +2 -2
- package/v2.0/ClearChargingProfileResponse.d.ts +2 -2
- package/v2.0/ClearDisplayMessageRequest.d.ts +2 -2
- package/v2.0/ClearDisplayMessageResponse.d.ts +2 -2
- package/v2.0/ClearVariableMonitoringRequest.d.ts +2 -2
- package/v2.0/ClearVariableMonitoringResponse.d.ts +2 -2
- package/v2.0/ClearedChargingLimitRequest.d.ts +2 -2
- package/v2.0/ClearedChargingLimitResponse.d.ts +2 -2
- package/v2.0/CostUpdatedRequest.d.ts +2 -2
- package/v2.0/CostUpdatedResponse.d.ts +2 -2
- package/v2.0/CustomerInformationRequest.d.ts +2 -2
- package/v2.0/CustomerInformationResponse.d.ts +2 -2
- package/v2.0/DataTransferRequest.d.ts +2 -2
- package/v2.0/DataTransferResponse.d.ts +2 -2
- package/v2.0/DeleteCertificateRequest.d.ts +2 -2
- package/v2.0/DeleteCertificateResponse.d.ts +2 -2
- package/v2.0/FirmwareStatusNotificationRequest.d.ts +2 -2
- package/v2.0/FirmwareStatusNotificationResponse.d.ts +2 -2
- package/v2.0/Get15118EVCertificateRequest.d.ts +2 -2
- package/v2.0/Get15118EVCertificateResponse.d.ts +2 -2
- package/v2.0/GetBaseReportRequest.d.ts +2 -2
- package/v2.0/GetBaseReportResponse.d.ts +2 -2
- package/v2.0/GetCertificateStatusRequest.d.ts +2 -2
- package/v2.0/GetCertificateStatusResponse.d.ts +2 -2
- package/v2.0/GetChargingProfilesRequest.d.ts +2 -2
- package/v2.0/GetChargingProfilesResponse.d.ts +2 -2
- package/v2.0/GetCompositeScheduleRequest.d.ts +2 -2
- package/v2.0/GetCompositeScheduleResponse.d.ts +2 -2
- package/v2.0/GetDisplayMessagesRequest.d.ts +2 -2
- package/v2.0/GetDisplayMessagesResponse.d.ts +2 -2
- package/v2.0/GetInstalledCertificateIdsRequest.d.ts +2 -2
- package/v2.0/GetInstalledCertificateIdsResponse.d.ts +2 -2
- package/v2.0/GetLocalListVersionRequest.d.ts +2 -2
- package/v2.0/GetLocalListVersionResponse.d.ts +2 -2
- package/v2.0/GetLogRequest.d.ts +2 -2
- package/v2.0/GetLogResponse.d.ts +2 -2
- package/v2.0/GetMonitoringReportRequest.d.ts +2 -2
- package/v2.0/GetMonitoringReportResponse.d.ts +2 -2
- package/v2.0/GetReportRequest.d.ts +2 -2
- package/v2.0/GetReportResponse.d.ts +2 -2
- package/v2.0/GetTransactionStatusRequest.d.ts +2 -2
- package/v2.0/GetTransactionStatusResponse.d.ts +2 -2
- package/v2.0/GetVariablesRequest.d.ts +2 -2
- package/v2.0/GetVariablesResponse.d.ts +2 -2
- package/v2.0/HeartbeatRequest.d.ts +2 -2
- package/v2.0/HeartbeatResponse.d.ts +2 -2
- package/v2.0/InstallCertificateRequest.d.ts +2 -2
- package/v2.0/InstallCertificateResponse.d.ts +2 -2
- package/v2.0/LogStatusNotificationRequest.d.ts +2 -2
- package/v2.0/LogStatusNotificationResponse.d.ts +2 -2
- package/v2.0/MeterValuesRequest.d.ts +2 -2
- package/v2.0/MeterValuesResponse.d.ts +2 -2
- package/v2.0/NotifyChargingLimitRequest.d.ts +2 -2
- package/v2.0/NotifyChargingLimitResponse.d.ts +2 -2
- package/v2.0/NotifyCustomerInformationRequest.d.ts +2 -2
- package/v2.0/NotifyCustomerInformationResponse.d.ts +2 -2
- package/v2.0/NotifyDisplayMessagesRequest.d.ts +2 -2
- package/v2.0/NotifyDisplayMessagesResponse.d.ts +2 -2
- package/v2.0/NotifyEVChargingNeedsRequest.d.ts +2 -2
- package/v2.0/NotifyEVChargingNeedsResponse.d.ts +2 -2
- package/v2.0/NotifyEVChargingScheduleRequest.d.ts +2 -2
- package/v2.0/NotifyEVChargingScheduleResponse.d.ts +2 -2
- package/v2.0/NotifyEventRequest.d.ts +2 -2
- package/v2.0/NotifyEventResponse.d.ts +2 -2
- package/v2.0/NotifyMonitoringReportRequest.d.ts +2 -2
- package/v2.0/NotifyMonitoringReportResponse.d.ts +2 -2
- package/v2.0/NotifyReportRequest.d.ts +2 -2
- package/v2.0/NotifyReportResponse.d.ts +2 -2
- package/v2.0/PublishFirmwareRequest.d.ts +2 -2
- package/v2.0/PublishFirmwareResponse.d.ts +2 -2
- package/v2.0/PublishFirmwareStatusNotificationRequest.d.ts +2 -2
- package/v2.0/PublishFirmwareStatusNotificationResponse.d.ts +2 -2
- package/v2.0/ReportChargingProfilesRequest.d.ts +2 -2
- package/v2.0/ReportChargingProfilesResponse.d.ts +2 -2
- package/v2.0/RequestStartTransactionRequest.d.ts +2 -2
- package/v2.0/RequestStartTransactionResponse.d.ts +2 -2
- package/v2.0/RequestStopTransactionRequest.d.ts +2 -2
- package/v2.0/RequestStopTransactionResponse.d.ts +2 -2
- package/v2.0/ReservationStatusUpdateRequest.d.ts +2 -2
- package/v2.0/ReservationStatusUpdateResponse.d.ts +2 -2
- package/v2.0/ReserveNowRequest.d.ts +2 -2
- package/v2.0/ReserveNowResponse.d.ts +2 -2
- package/v2.0/ResetRequest.d.ts +2 -2
- package/v2.0/ResetResponse.d.ts +2 -2
- package/v2.0/SecurityEventNotificationRequest.d.ts +2 -2
- package/v2.0/SecurityEventNotificationResponse.d.ts +2 -2
- package/v2.0/SendLocalListRequest.d.ts +2 -2
- package/v2.0/SendLocalListResponse.d.ts +2 -2
- package/v2.0/SetChargingProfileRequest.d.ts +2 -2
- package/v2.0/SetChargingProfileResponse.d.ts +2 -2
- package/v2.0/SetDisplayMessageRequest.d.ts +2 -2
- package/v2.0/SetDisplayMessageResponse.d.ts +2 -2
- package/v2.0/SetMonitoringBaseRequest.d.ts +2 -2
- package/v2.0/SetMonitoringBaseResponse.d.ts +2 -2
- package/v2.0/SetMonitoringLevelRequest.d.ts +2 -2
- package/v2.0/SetMonitoringLevelResponse.d.ts +2 -2
- package/v2.0/SetNetworkProfileRequest.d.ts +2 -2
- package/v2.0/SetNetworkProfileResponse.d.ts +2 -2
- package/v2.0/SetVariableMonitoringRequest.d.ts +2 -2
- package/v2.0/SetVariableMonitoringResponse.d.ts +2 -2
- package/v2.0/SetVariablesRequest.d.ts +2 -2
- package/v2.0/SetVariablesResponse.d.ts +2 -2
- package/v2.0/SignCertificateRequest.d.ts +2 -2
- package/v2.0/SignCertificateResponse.d.ts +2 -2
- package/v2.0/StatusNotificationRequest.d.ts +2 -2
- package/v2.0/StatusNotificationResponse.d.ts +2 -2
- package/v2.0/TransactionEventRequest.d.ts +2 -2
- package/v2.0/TransactionEventResponse.d.ts +2 -2
- package/v2.0/TriggerMessageRequest.d.ts +2 -2
- package/v2.0/TriggerMessageResponse.d.ts +2 -2
- package/v2.0/UnlockConnectorRequest.d.ts +2 -2
- package/v2.0/UnlockConnectorResponse.d.ts +2 -2
- package/v2.0/UnpublishFirmwareRequest.d.ts +2 -2
- package/v2.0/UnpublishFirmwareResponse.d.ts +2 -2
- package/v2.0/UpdateFirmwareRequest.d.ts +2 -2
- package/v2.0/UpdateFirmwareResponse.d.ts +2 -2
- package/v2.0/index.d.ts +338 -129
- package/schema/v2.0/AuthorizeRequest_v1p0.json +0 -133
- package/schema/v2.0/AuthorizeResponse_v1p0.json +0 -154
- package/schema/v2.0/BootNotificationRequest_v1p0.json +0 -81
- package/schema/v2.0/BootNotificationResponse_v1p0.json +0 -30
- package/schema/v2.0/CancelReservationRequest_v1p0.json +0 -15
- package/schema/v2.0/CancelReservationResponse_v1p0.json +0 -20
- package/schema/v2.0/CertificateSignedRequest_v1p0.json +0 -29
- package/schema/v2.0/CertificateSignedResponse_v1p0.json +0 -20
- package/schema/v2.0/ChangeAvailabilityRequest_v1p0.json +0 -24
- package/schema/v2.0/ChangeAvailabilityResponse_v1p0.json +0 -21
- package/schema/v2.0/ClearCacheRequest_v1p0.json +0 -7
- package/schema/v2.0/ClearCacheResponse_v1p0.json +0 -20
- package/schema/v2.0/ClearChargingProfileRequest_v1p0.json +0 -43
- package/schema/v2.0/ClearChargingProfileResponse_v1p0.json +0 -20
- package/schema/v2.0/ClearDisplayMessageRequest_v1p0.json +0 -15
- package/schema/v2.0/ClearDisplayMessageResponse_v1p0.json +0 -20
- package/schema/v2.0/ClearVariableMonitoringRequest_v1p0.json +0 -20
- package/schema/v2.0/ClearVariableMonitoringResponse_v1p0.json +0 -48
- package/schema/v2.0/ClearedChargingLimitRequest_v1p0.json +0 -25
- package/schema/v2.0/ClearedChargingLimitResponse_v1p0.json +0 -7
- package/schema/v2.0/CostUpdatedRequest_v1p0.json +0 -20
- package/schema/v2.0/CostUpdatedResponse_v1p0.json +0 -7
- package/schema/v2.0/CustomerInformationRequest_v1p0.json +0 -130
- package/schema/v2.0/CustomerInformationResponse_v1p0.json +0 -21
- package/schema/v2.0/DataTransferRequest_v1p0.json +0 -21
- package/schema/v2.0/DataTransferResponse_v1p0.json +0 -23
- package/schema/v2.0/DeleteCertificateRequest_v1p0.json +0 -54
- package/schema/v2.0/DeleteCertificateResponse_v1p0.json +0 -21
- package/schema/v2.0/FirmwareStatusNotificationRequest_v1p0.json +0 -40
- package/schema/v2.0/FirmwareStatusNotificationResponse_v1p0.json +0 -7
- package/schema/v2.0/Get15118EVCertificateRequest_v1p0.json +0 -21
- package/schema/v2.0/Get15118EVCertificateResponse_v1p0.json +0 -62
- package/schema/v2.0/GetBaseReportRequest_v1p0.json +0 -25
- package/schema/v2.0/GetBaseReportResponse_v1p0.json +0 -21
- package/schema/v2.0/GetCertificateStatusRequest_v1p0.json +0 -58
- package/schema/v2.0/GetCertificateStatusResponse_v1p0.json +0 -24
- package/schema/v2.0/GetChargingProfilesRequest_v1p0.json +0 -73
- package/schema/v2.0/GetChargingProfilesResponse_v1p0.json +0 -20
- package/schema/v2.0/GetCompositeScheduleRequest_v1p0.json +0 -27
- package/schema/v2.0/GetCompositeScheduleResponse_v1p0.json +0 -108
- package/schema/v2.0/GetDisplayMessagesRequest_v1p0.json +0 -42
- package/schema/v2.0/GetDisplayMessagesResponse_v1p0.json +0 -20
- package/schema/v2.0/GetInstalledCertificateIdsRequest_v1p0.json +0 -24
- package/schema/v2.0/GetInstalledCertificateIdsResponse_v1p0.json +0 -70
- package/schema/v2.0/GetLocalListVersionRequest_v1p0.json +0 -7
- package/schema/v2.0/GetLocalListVersionResponse_v1p0.json +0 -15
- package/schema/v2.0/GetLogRequest_v1p0.json +0 -61
- package/schema/v2.0/GetLogResponse_v1p0.json +0 -25
- package/schema/v2.0/GetMonitoringReportRequest_v1p0.json +0 -112
- package/schema/v2.0/GetMonitoringReportResponse_v1p0.json +0 -21
- package/schema/v2.0/GetReportRequest_v1p0.json +0 -113
- package/schema/v2.0/GetReportResponse_v1p0.json +0 -21
- package/schema/v2.0/GetTransactionStatusRequest_v1p0.json +0 -13
- package/schema/v2.0/GetTransactionStatusResponse_v1p0.json +0 -18
- package/schema/v2.0/GetVariablesRequest_v1p0.json +0 -108
- package/schema/v2.0/GetVariablesResponse_v1p0.json +0 -127
- package/schema/v2.0/HeartbeatRequest_v1p0.json +0 -7
- package/schema/v2.0/HeartbeatResponse_v1p0.json +0 -16
- package/schema/v2.0/InstallCertificateRequest_v1p0.json +0 -29
- package/schema/v2.0/InstallCertificateResponse_v1p0.json +0 -25
- package/schema/v2.0/LogStatusNotificationRequest_v1p0.json +0 -29
- package/schema/v2.0/LogStatusNotificationResponse_v1p0.json +0 -7
- package/schema/v2.0/MeterValuesRequest_v1p0.json +0 -212
- package/schema/v2.0/MeterValuesResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyCentralChargingNeedsRequest_v1p0.json +0 -191
- package/schema/v2.0/NotifyCentralChargingNeedsResponse_v1p0.json +0 -20
- package/schema/v2.0/NotifyChargingLimitRequest_v1p0.json +0 -117
- package/schema/v2.0/NotifyChargingLimitResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyCustomerInformationRequest_v1p0.json +0 -32
- package/schema/v2.0/NotifyCustomerInformationResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyDisplayMessagesRequest_v1p0.json +0 -157
- package/schema/v2.0/NotifyDisplayMessagesResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyEVChargingNeedsRequest_v1p0.json +0 -125
- package/schema/v2.0/NotifyEVChargingNeedsResponse_v1p0.json +0 -21
- package/schema/v2.0/NotifyEVChargingScheduleRequest_v1p0.json +0 -88
- package/schema/v2.0/NotifyEVChargingScheduleResponse_v1p0.json +0 -20
- package/schema/v2.0/NotifyEventRequest_v1p0.json +0 -193
- package/schema/v2.0/NotifyEventResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyMonitoringReportRequest_v1p0.json +0 -160
- package/schema/v2.0/NotifyMonitoringReportResponse_v1p0.json +0 -7
- package/schema/v2.0/NotifyReportRequest_v1p0.json +0 -216
- package/schema/v2.0/NotifyReportResponse_v1p0.json +0 -7
- package/schema/v2.0/PublishFirmwareRequest_v1p0.json +0 -24
- package/schema/v2.0/PublishFirmwareResponse_v1p0.json +0 -20
- package/schema/v2.0/PublishFirmwareStatusNotificationRequest_v1p0.json +0 -36
- package/schema/v2.0/PublishFirmwareStatusNotificationResponse_v1p0.json +0 -7
- package/schema/v2.0/Renegotiate15118ScheduleRequest_v1p0.json +0 -33
- package/schema/v2.0/Renegotiate15118ScheduleResponse_v1p0.json +0 -20
- package/schema/v2.0/ReportChargingProfilesRequest_v1p0.json +0 -183
- package/schema/v2.0/ReportChargingProfilesResponse_v1p0.json +0 -7
- package/schema/v2.0/RequestStartTransactionRequest_v1p0.json +0 -222
- package/schema/v2.0/RequestStartTransactionResponse_v1p0.json +0 -24
- package/schema/v2.0/RequestStopTransactionRequest_v1p0.json +0 -16
- package/schema/v2.0/RequestStopTransactionResponse_v1p0.json +0 -20
- package/schema/v2.0/ReservationStatusUpdateRequest_v1p0.json +0 -24
- package/schema/v2.0/ReservationStatusUpdateResponse_v1p0.json +0 -7
- package/schema/v2.0/ReserveNowRequest_v1p0.json +0 -151
- package/schema/v2.0/ReserveNowResponse_v1p0.json +0 -23
- package/schema/v2.0/ResetRequest_v1p0.json +0 -20
- package/schema/v2.0/ResetResponse_v1p0.json +0 -21
- package/schema/v2.0/SecurityEventNotificationRequest_v1p0.json +0 -41
- package/schema/v2.0/SecurityEventNotificationResponse_v1p0.json +0 -7
- package/schema/v2.0/SendLocalListRequest_v1p0.json +0 -211
- package/schema/v2.0/SendLocalListResponse_v1p0.json +0 -21
- package/schema/v2.0/SetChargingProfileRequest_v1p0.json +0 -158
- package/schema/v2.0/SetChargingProfileResponse_v1p0.json +0 -20
- package/schema/v2.0/SetDisplayMessageRequest_v1p0.json +0 -144
- package/schema/v2.0/SetDisplayMessageResponse_v1p0.json +0 -24
- package/schema/v2.0/SetMonitoringBaseRequest_v1p0.json +0 -21
- package/schema/v2.0/SetMonitoringBaseResponse_v1p0.json +0 -21
- package/schema/v2.0/SetMonitoringLevelRequest_v1p0.json +0 -15
- package/schema/v2.0/SetMonitoringLevelResponse_v1p0.json +0 -20
- package/schema/v2.0/SetNetworkProfileRequest_v1p0.json +0 -182
- package/schema/v2.0/SetNetworkProfileResponse_v1p0.json +0 -21
- package/schema/v2.0/SetVariableMonitoringRequest_v1p0.json +0 -123
- package/schema/v2.0/SetVariableMonitoringResponse_v1p0.json +0 -133
- package/schema/v2.0/SetVariablesRequest_v1p0.json +0 -113
- package/schema/v2.0/SetVariablesResponse_v1p0.json +0 -126
- package/schema/v2.0/SignCertificateRequest_v1p0.json +0 -24
- package/schema/v2.0/SignCertificateResponse_v1p0.json +0 -20
- package/schema/v2.0/StatusNotificationRequest_v1p0.json +0 -36
- package/schema/v2.0/StatusNotificationResponse_v1p0.json +0 -7
- package/schema/v2.0/TransactionEventRequest_v1p0.json +0 -415
- package/schema/v2.0/TransactionEventResponse_v1p0.json +0 -136
- package/schema/v2.0/TriggerMessageRequest_v1p0.json +0 -51
- package/schema/v2.0/TriggerMessageResponse_v1p0.json +0 -21
- package/schema/v2.0/UnlockConnectorRequest_v1p0.json +0 -19
- package/schema/v2.0/UnlockConnectorResponse_v1p0.json +0 -20
- package/schema/v2.0/UnpublishFirmwareRequest_v1p0.json +0 -16
- package/schema/v2.0/UnpublishFirmwareResponse_v1p0.json +0 -21
- package/schema/v2.0/Update15118EVCertificateRequest_v1p0.json +0 -21
- package/schema/v2.0/Update15118EVCertificateResponse_v1p0.json +0 -24
- package/schema/v2.0/UpdateFirmwareRequest_v1p0.json +0 -58
- package/schema/v2.0/UpdateFirmwareResponse_v1p0.json +0 -21
package/v2.0/index.d.ts
CHANGED
|
@@ -1,129 +1,338 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
1
|
+
// Import types for use in type unions
|
|
2
|
+
import { AuthorizeRequest } from "./AuthorizeRequest";
|
|
3
|
+
import { AuthorizeResponse } from "./AuthorizeResponse";
|
|
4
|
+
import { BootNotificationRequest } from "./BootNotificationRequest";
|
|
5
|
+
import { BootNotificationResponse } from "./BootNotificationResponse";
|
|
6
|
+
import { CancelReservationRequest } from "./CancelReservationRequest";
|
|
7
|
+
import { CancelReservationResponse } from "./CancelReservationResponse";
|
|
8
|
+
import { CertificateSignedRequest } from "./CertificateSignedRequest";
|
|
9
|
+
import { CertificateSignedResponse } from "./CertificateSignedResponse";
|
|
10
|
+
import { ChangeAvailabilityRequest } from "./ChangeAvailabilityRequest";
|
|
11
|
+
import { ChangeAvailabilityResponse } from "./ChangeAvailabilityResponse";
|
|
12
|
+
import { ClearCacheRequest } from "./ClearCacheRequest";
|
|
13
|
+
import { ClearCacheResponse } from "./ClearCacheResponse";
|
|
14
|
+
import { ClearChargingProfileRequest } from "./ClearChargingProfileRequest";
|
|
15
|
+
import { ClearChargingProfileResponse } from "./ClearChargingProfileResponse";
|
|
16
|
+
import { ClearDisplayMessageRequest } from "./ClearDisplayMessageRequest";
|
|
17
|
+
import { ClearDisplayMessageResponse } from "./ClearDisplayMessageResponse";
|
|
18
|
+
import { ClearedChargingLimitRequest } from "./ClearedChargingLimitRequest";
|
|
19
|
+
import { ClearedChargingLimitResponse } from "./ClearedChargingLimitResponse";
|
|
20
|
+
import { ClearVariableMonitoringRequest } from "./ClearVariableMonitoringRequest";
|
|
21
|
+
import { ClearVariableMonitoringResponse } from "./ClearVariableMonitoringResponse";
|
|
22
|
+
import { CostUpdatedRequest } from "./CostUpdatedRequest";
|
|
23
|
+
import { CostUpdatedResponse } from "./CostUpdatedResponse";
|
|
24
|
+
import { CustomerInformationRequest } from "./CustomerInformationRequest";
|
|
25
|
+
import { CustomerInformationResponse } from "./CustomerInformationResponse";
|
|
26
|
+
import { DataTransferRequest } from "./DataTransferRequest";
|
|
27
|
+
import { DataTransferResponse } from "./DataTransferResponse";
|
|
28
|
+
import { DeleteCertificateRequest } from "./DeleteCertificateRequest";
|
|
29
|
+
import { DeleteCertificateResponse } from "./DeleteCertificateResponse";
|
|
30
|
+
import { FirmwareStatusNotificationRequest } from "./FirmwareStatusNotificationRequest";
|
|
31
|
+
import { FirmwareStatusNotificationResponse } from "./FirmwareStatusNotificationResponse";
|
|
32
|
+
import { Get15118EVCertificateRequest } from "./Get15118EVCertificateRequest";
|
|
33
|
+
import { Get15118EVCertificateResponse } from "./Get15118EVCertificateResponse";
|
|
34
|
+
import { GetBaseReportRequest } from "./GetBaseReportRequest";
|
|
35
|
+
import { GetBaseReportResponse } from "./GetBaseReportResponse";
|
|
36
|
+
import { GetCertificateStatusRequest } from "./GetCertificateStatusRequest";
|
|
37
|
+
import { GetCertificateStatusResponse } from "./GetCertificateStatusResponse";
|
|
38
|
+
import { GetChargingProfilesRequest } from "./GetChargingProfilesRequest";
|
|
39
|
+
import { GetChargingProfilesResponse } from "./GetChargingProfilesResponse";
|
|
40
|
+
import { GetCompositeScheduleRequest } from "./GetCompositeScheduleRequest";
|
|
41
|
+
import { GetCompositeScheduleResponse } from "./GetCompositeScheduleResponse";
|
|
42
|
+
import { GetDisplayMessagesRequest } from "./GetDisplayMessagesRequest";
|
|
43
|
+
import { GetDisplayMessagesResponse } from "./GetDisplayMessagesResponse";
|
|
44
|
+
import { GetInstalledCertificateIdsRequest } from "./GetInstalledCertificateIdsRequest";
|
|
45
|
+
import { GetInstalledCertificateIdsResponse } from "./GetInstalledCertificateIdsResponse";
|
|
46
|
+
import { GetLocalListVersionRequest } from "./GetLocalListVersionRequest";
|
|
47
|
+
import { GetLocalListVersionResponse } from "./GetLocalListVersionResponse";
|
|
48
|
+
import { GetLogRequest } from "./GetLogRequest";
|
|
49
|
+
import { GetLogResponse } from "./GetLogResponse";
|
|
50
|
+
import { GetMonitoringReportRequest } from "./GetMonitoringReportRequest";
|
|
51
|
+
import { GetMonitoringReportResponse } from "./GetMonitoringReportResponse";
|
|
52
|
+
import { GetReportRequest } from "./GetReportRequest";
|
|
53
|
+
import { GetReportResponse } from "./GetReportResponse";
|
|
54
|
+
import { GetTransactionStatusRequest } from "./GetTransactionStatusRequest";
|
|
55
|
+
import { GetTransactionStatusResponse } from "./GetTransactionStatusResponse";
|
|
56
|
+
import { GetVariablesRequest } from "./GetVariablesRequest";
|
|
57
|
+
import { GetVariablesResponse } from "./GetVariablesResponse";
|
|
58
|
+
import { HeartbeatRequest } from "./HeartbeatRequest";
|
|
59
|
+
import { HeartbeatResponse } from "./HeartbeatResponse";
|
|
60
|
+
import { InstallCertificateRequest } from "./InstallCertificateRequest";
|
|
61
|
+
import { InstallCertificateResponse } from "./InstallCertificateResponse";
|
|
62
|
+
import { LogStatusNotificationRequest } from "./LogStatusNotificationRequest";
|
|
63
|
+
import { LogStatusNotificationResponse } from "./LogStatusNotificationResponse";
|
|
64
|
+
import { MeterValuesRequest } from "./MeterValuesRequest";
|
|
65
|
+
import { MeterValuesResponse } from "./MeterValuesResponse";
|
|
66
|
+
import { NotifyChargingLimitRequest } from "./NotifyChargingLimitRequest";
|
|
67
|
+
import { NotifyChargingLimitResponse } from "./NotifyChargingLimitResponse";
|
|
68
|
+
import { NotifyCustomerInformationRequest } from "./NotifyCustomerInformationRequest";
|
|
69
|
+
import { NotifyCustomerInformationResponse } from "./NotifyCustomerInformationResponse";
|
|
70
|
+
import { NotifyDisplayMessagesRequest } from "./NotifyDisplayMessagesRequest";
|
|
71
|
+
import { NotifyDisplayMessagesResponse } from "./NotifyDisplayMessagesResponse";
|
|
72
|
+
import { NotifyEVChargingNeedsRequest } from "./NotifyEVChargingNeedsRequest";
|
|
73
|
+
import { NotifyEVChargingNeedsResponse } from "./NotifyEVChargingNeedsResponse";
|
|
74
|
+
import { NotifyEVChargingScheduleRequest } from "./NotifyEVChargingScheduleRequest";
|
|
75
|
+
import { NotifyEVChargingScheduleResponse } from "./NotifyEVChargingScheduleResponse";
|
|
76
|
+
import { NotifyEventRequest } from "./NotifyEventRequest";
|
|
77
|
+
import { NotifyEventResponse } from "./NotifyEventResponse";
|
|
78
|
+
import { NotifyMonitoringReportRequest } from "./NotifyMonitoringReportRequest";
|
|
79
|
+
import { NotifyMonitoringReportResponse } from "./NotifyMonitoringReportResponse";
|
|
80
|
+
import { NotifyReportRequest } from "./NotifyReportRequest";
|
|
81
|
+
import { NotifyReportResponse } from "./NotifyReportResponse";
|
|
82
|
+
import { PublishFirmwareRequest } from "./PublishFirmwareRequest";
|
|
83
|
+
import { PublishFirmwareResponse } from "./PublishFirmwareResponse";
|
|
84
|
+
import { PublishFirmwareStatusNotificationRequest } from "./PublishFirmwareStatusNotificationRequest";
|
|
85
|
+
import { PublishFirmwareStatusNotificationResponse } from "./PublishFirmwareStatusNotificationResponse";
|
|
86
|
+
import { ReportChargingProfilesRequest } from "./ReportChargingProfilesRequest";
|
|
87
|
+
import { ReportChargingProfilesResponse } from "./ReportChargingProfilesResponse";
|
|
88
|
+
import { RequestStartTransactionRequest } from "./RequestStartTransactionRequest";
|
|
89
|
+
import { RequestStartTransactionResponse } from "./RequestStartTransactionResponse";
|
|
90
|
+
import { RequestStopTransactionRequest } from "./RequestStopTransactionRequest";
|
|
91
|
+
import { RequestStopTransactionResponse } from "./RequestStopTransactionResponse";
|
|
92
|
+
import { ReservationStatusUpdateRequest } from "./ReservationStatusUpdateRequest";
|
|
93
|
+
import { ReservationStatusUpdateResponse } from "./ReservationStatusUpdateResponse";
|
|
94
|
+
import { ReserveNowRequest } from "./ReserveNowRequest";
|
|
95
|
+
import { ReserveNowResponse } from "./ReserveNowResponse";
|
|
96
|
+
import { ResetRequest } from "./ResetRequest";
|
|
97
|
+
import { ResetResponse } from "./ResetResponse";
|
|
98
|
+
import { SecurityEventNotificationRequest } from "./SecurityEventNotificationRequest";
|
|
99
|
+
import { SecurityEventNotificationResponse } from "./SecurityEventNotificationResponse";
|
|
100
|
+
import { SendLocalListRequest } from "./SendLocalListRequest";
|
|
101
|
+
import { SendLocalListResponse } from "./SendLocalListResponse";
|
|
102
|
+
import { SetChargingProfileRequest } from "./SetChargingProfileRequest";
|
|
103
|
+
import { SetChargingProfileResponse } from "./SetChargingProfileResponse";
|
|
104
|
+
import { SetDisplayMessageRequest } from "./SetDisplayMessageRequest";
|
|
105
|
+
import { SetDisplayMessageResponse } from "./SetDisplayMessageResponse";
|
|
106
|
+
import { SetMonitoringBaseRequest } from "./SetMonitoringBaseRequest";
|
|
107
|
+
import { SetMonitoringBaseResponse } from "./SetMonitoringBaseResponse";
|
|
108
|
+
import { SetMonitoringLevelRequest } from "./SetMonitoringLevelRequest";
|
|
109
|
+
import { SetMonitoringLevelResponse } from "./SetMonitoringLevelResponse";
|
|
110
|
+
import { SetNetworkProfileRequest } from "./SetNetworkProfileRequest";
|
|
111
|
+
import { SetNetworkProfileResponse } from "./SetNetworkProfileResponse";
|
|
112
|
+
import { SetVariableMonitoringRequest } from "./SetVariableMonitoringRequest";
|
|
113
|
+
import { SetVariableMonitoringResponse } from "./SetVariableMonitoringResponse";
|
|
114
|
+
import { SetVariablesRequest } from "./SetVariablesRequest";
|
|
115
|
+
import { SetVariablesResponse } from "./SetVariablesResponse";
|
|
116
|
+
import { SignCertificateRequest } from "./SignCertificateRequest";
|
|
117
|
+
import { SignCertificateResponse } from "./SignCertificateResponse";
|
|
118
|
+
import { StatusNotificationRequest } from "./StatusNotificationRequest";
|
|
119
|
+
import { StatusNotificationResponse } from "./StatusNotificationResponse";
|
|
120
|
+
import { TransactionEventRequest } from "./TransactionEventRequest";
|
|
121
|
+
import { TransactionEventResponse } from "./TransactionEventResponse";
|
|
122
|
+
import { TriggerMessageRequest } from "./TriggerMessageRequest";
|
|
123
|
+
import { TriggerMessageResponse } from "./TriggerMessageResponse";
|
|
124
|
+
import { UnlockConnectorRequest } from "./UnlockConnectorRequest";
|
|
125
|
+
import { UnlockConnectorResponse } from "./UnlockConnectorResponse";
|
|
126
|
+
import { UnpublishFirmwareRequest } from "./UnpublishFirmwareRequest";
|
|
127
|
+
import { UnpublishFirmwareResponse } from "./UnpublishFirmwareResponse";
|
|
128
|
+
import { UpdateFirmwareRequest } from "./UpdateFirmwareRequest";
|
|
129
|
+
import { UpdateFirmwareResponse } from "./UpdateFirmwareResponse";
|
|
130
|
+
|
|
131
|
+
// Messages sent from Charging Station to CSMS
|
|
132
|
+
export type ChargingStationAction =
|
|
133
|
+
| "Authorize"
|
|
134
|
+
| "BootNotification"
|
|
135
|
+
| "ClearedChargingLimit"
|
|
136
|
+
| "DataTransfer"
|
|
137
|
+
| "FirmwareStatusNotification"
|
|
138
|
+
| "Get15118EVCertificate"
|
|
139
|
+
| "GetCertificateStatus"
|
|
140
|
+
| "Heartbeat"
|
|
141
|
+
| "LogStatusNotification"
|
|
142
|
+
| "MeterValues"
|
|
143
|
+
| "NotifyChargingLimit"
|
|
144
|
+
| "NotifyCustomerInformation"
|
|
145
|
+
| "NotifyDisplayMessages"
|
|
146
|
+
| "NotifyEVChargingNeeds"
|
|
147
|
+
| "NotifyEVChargingSchedule"
|
|
148
|
+
| "NotifyEvent"
|
|
149
|
+
| "NotifyMonitoringReport"
|
|
150
|
+
| "NotifyReport"
|
|
151
|
+
| "PublishFirmwareStatusNotification"
|
|
152
|
+
| "ReportChargingProfiles"
|
|
153
|
+
| "ReservationStatusUpdate"
|
|
154
|
+
| "SecurityEventNotification"
|
|
155
|
+
| "SignCertificate"
|
|
156
|
+
| "StatusNotification"
|
|
157
|
+
| "TransactionEvent";
|
|
158
|
+
|
|
159
|
+
export type ChargingStationRequest =
|
|
160
|
+
| AuthorizeRequest
|
|
161
|
+
| BootNotificationRequest
|
|
162
|
+
| ClearedChargingLimitRequest
|
|
163
|
+
| DataTransferRequest
|
|
164
|
+
| FirmwareStatusNotificationRequest
|
|
165
|
+
| Get15118EVCertificateRequest
|
|
166
|
+
| GetCertificateStatusRequest
|
|
167
|
+
| HeartbeatRequest
|
|
168
|
+
| LogStatusNotificationRequest
|
|
169
|
+
| MeterValuesRequest
|
|
170
|
+
| NotifyChargingLimitRequest
|
|
171
|
+
| NotifyCustomerInformationRequest
|
|
172
|
+
| NotifyDisplayMessagesRequest
|
|
173
|
+
| NotifyEVChargingNeedsRequest
|
|
174
|
+
| NotifyEVChargingScheduleRequest
|
|
175
|
+
| NotifyEventRequest
|
|
176
|
+
| NotifyMonitoringReportRequest
|
|
177
|
+
| NotifyReportRequest
|
|
178
|
+
| PublishFirmwareStatusNotificationRequest
|
|
179
|
+
| ReportChargingProfilesRequest
|
|
180
|
+
| ReservationStatusUpdateRequest
|
|
181
|
+
| SecurityEventNotificationRequest
|
|
182
|
+
| SignCertificateRequest
|
|
183
|
+
| StatusNotificationRequest
|
|
184
|
+
| TransactionEventRequest;
|
|
185
|
+
|
|
186
|
+
export type ChargingStationResponse =
|
|
187
|
+
| AuthorizeResponse
|
|
188
|
+
| BootNotificationResponse
|
|
189
|
+
| ClearedChargingLimitResponse
|
|
190
|
+
| DataTransferResponse
|
|
191
|
+
| FirmwareStatusNotificationResponse
|
|
192
|
+
| Get15118EVCertificateResponse
|
|
193
|
+
| GetCertificateStatusResponse
|
|
194
|
+
| HeartbeatResponse
|
|
195
|
+
| LogStatusNotificationResponse
|
|
196
|
+
| MeterValuesResponse
|
|
197
|
+
| NotifyChargingLimitResponse
|
|
198
|
+
| NotifyCustomerInformationResponse
|
|
199
|
+
| NotifyDisplayMessagesResponse
|
|
200
|
+
| NotifyEVChargingNeedsResponse
|
|
201
|
+
| NotifyEVChargingScheduleResponse
|
|
202
|
+
| NotifyEventResponse
|
|
203
|
+
| NotifyMonitoringReportResponse
|
|
204
|
+
| NotifyReportResponse
|
|
205
|
+
| PublishFirmwareStatusNotificationResponse
|
|
206
|
+
| ReportChargingProfilesResponse
|
|
207
|
+
| ReservationStatusUpdateResponse
|
|
208
|
+
| SecurityEventNotificationResponse
|
|
209
|
+
| SignCertificateResponse
|
|
210
|
+
| StatusNotificationResponse
|
|
211
|
+
| TransactionEventResponse;
|
|
212
|
+
|
|
213
|
+
// Messages sent from CSMS to Charging Station
|
|
214
|
+
export type CSMSAction =
|
|
215
|
+
| "CancelReservation"
|
|
216
|
+
| "CertificateSigned"
|
|
217
|
+
| "ChangeAvailability"
|
|
218
|
+
| "ClearCache"
|
|
219
|
+
| "ClearChargingProfile"
|
|
220
|
+
| "ClearDisplayMessage"
|
|
221
|
+
| "ClearVariableMonitoring"
|
|
222
|
+
| "CostUpdated"
|
|
223
|
+
| "CustomerInformation"
|
|
224
|
+
| "DataTransfer"
|
|
225
|
+
| "DeleteCertificate"
|
|
226
|
+
| "GetBaseReport"
|
|
227
|
+
| "GetChargingProfiles"
|
|
228
|
+
| "GetCompositeSchedule"
|
|
229
|
+
| "GetDisplayMessages"
|
|
230
|
+
| "GetInstalledCertificateIds"
|
|
231
|
+
| "GetLocalListVersion"
|
|
232
|
+
| "GetLog"
|
|
233
|
+
| "GetMonitoringReport"
|
|
234
|
+
| "GetReport"
|
|
235
|
+
| "GetTransactionStatus"
|
|
236
|
+
| "GetVariables"
|
|
237
|
+
| "InstallCertificate"
|
|
238
|
+
| "PublishFirmware"
|
|
239
|
+
| "RequestStartTransaction"
|
|
240
|
+
| "RequestStopTransaction"
|
|
241
|
+
| "ReserveNow"
|
|
242
|
+
| "Reset"
|
|
243
|
+
| "SendLocalList"
|
|
244
|
+
| "SetChargingProfile"
|
|
245
|
+
| "SetDisplayMessage"
|
|
246
|
+
| "SetMonitoringBase"
|
|
247
|
+
| "SetMonitoringLevel"
|
|
248
|
+
| "SetNetworkProfile"
|
|
249
|
+
| "SetVariableMonitoring"
|
|
250
|
+
| "SetVariables"
|
|
251
|
+
| "TriggerMessage"
|
|
252
|
+
| "UnlockConnector"
|
|
253
|
+
| "UnpublishFirmware"
|
|
254
|
+
| "UpdateFirmware";
|
|
255
|
+
|
|
256
|
+
export type CSMSRequest =
|
|
257
|
+
| CancelReservationRequest
|
|
258
|
+
| CertificateSignedRequest
|
|
259
|
+
| ChangeAvailabilityRequest
|
|
260
|
+
| ClearCacheRequest
|
|
261
|
+
| ClearChargingProfileRequest
|
|
262
|
+
| ClearDisplayMessageRequest
|
|
263
|
+
| ClearVariableMonitoringRequest
|
|
264
|
+
| CostUpdatedRequest
|
|
265
|
+
| CustomerInformationRequest
|
|
266
|
+
| DataTransferRequest
|
|
267
|
+
| DeleteCertificateRequest
|
|
268
|
+
| GetBaseReportRequest
|
|
269
|
+
| GetChargingProfilesRequest
|
|
270
|
+
| GetCompositeScheduleRequest
|
|
271
|
+
| GetDisplayMessagesRequest
|
|
272
|
+
| GetInstalledCertificateIdsRequest
|
|
273
|
+
| GetLocalListVersionRequest
|
|
274
|
+
| GetLogRequest
|
|
275
|
+
| GetMonitoringReportRequest
|
|
276
|
+
| GetReportRequest
|
|
277
|
+
| GetTransactionStatusRequest
|
|
278
|
+
| GetVariablesRequest
|
|
279
|
+
| InstallCertificateRequest
|
|
280
|
+
| PublishFirmwareRequest
|
|
281
|
+
| RequestStartTransactionRequest
|
|
282
|
+
| RequestStopTransactionRequest
|
|
283
|
+
| ReserveNowRequest
|
|
284
|
+
| ResetRequest
|
|
285
|
+
| SendLocalListRequest
|
|
286
|
+
| SetChargingProfileRequest
|
|
287
|
+
| SetDisplayMessageRequest
|
|
288
|
+
| SetMonitoringBaseRequest
|
|
289
|
+
| SetMonitoringLevelRequest
|
|
290
|
+
| SetNetworkProfileRequest
|
|
291
|
+
| SetVariableMonitoringRequest
|
|
292
|
+
| SetVariablesRequest
|
|
293
|
+
| TriggerMessageRequest
|
|
294
|
+
| UnlockConnectorRequest
|
|
295
|
+
| UnpublishFirmwareRequest
|
|
296
|
+
| UpdateFirmwareRequest;
|
|
297
|
+
|
|
298
|
+
export type CSMSResponse =
|
|
299
|
+
| CancelReservationResponse
|
|
300
|
+
| CertificateSignedResponse
|
|
301
|
+
| ChangeAvailabilityResponse
|
|
302
|
+
| ClearCacheResponse
|
|
303
|
+
| ClearChargingProfileResponse
|
|
304
|
+
| ClearDisplayMessageResponse
|
|
305
|
+
| ClearVariableMonitoringResponse
|
|
306
|
+
| CostUpdatedResponse
|
|
307
|
+
| CustomerInformationResponse
|
|
308
|
+
| DataTransferResponse
|
|
309
|
+
| DeleteCertificateResponse
|
|
310
|
+
| GetBaseReportResponse
|
|
311
|
+
| GetChargingProfilesResponse
|
|
312
|
+
| GetCompositeScheduleResponse
|
|
313
|
+
| GetDisplayMessagesResponse
|
|
314
|
+
| GetInstalledCertificateIdsResponse
|
|
315
|
+
| GetLocalListVersionResponse
|
|
316
|
+
| GetLogResponse
|
|
317
|
+
| GetMonitoringReportResponse
|
|
318
|
+
| GetReportResponse
|
|
319
|
+
| GetTransactionStatusResponse
|
|
320
|
+
| GetVariablesResponse
|
|
321
|
+
| InstallCertificateResponse
|
|
322
|
+
| PublishFirmwareResponse
|
|
323
|
+
| RequestStartTransactionResponse
|
|
324
|
+
| RequestStopTransactionResponse
|
|
325
|
+
| ReserveNowResponse
|
|
326
|
+
| ResetResponse
|
|
327
|
+
| SendLocalListResponse
|
|
328
|
+
| SetChargingProfileResponse
|
|
329
|
+
| SetDisplayMessageResponse
|
|
330
|
+
| SetMonitoringBaseResponse
|
|
331
|
+
| SetMonitoringLevelResponse
|
|
332
|
+
| SetNetworkProfileResponse
|
|
333
|
+
| SetVariableMonitoringResponse
|
|
334
|
+
| SetVariablesResponse
|
|
335
|
+
| TriggerMessageResponse
|
|
336
|
+
| UnlockConnectorResponse
|
|
337
|
+
| UnpublishFirmwareResponse
|
|
338
|
+
| UpdateFirmwareResponse;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
-
"$id": "urn:OCPP:Cp:2:2018:4:AuthorizeRequest",
|
|
4
|
-
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
-
"definitions": {
|
|
6
|
-
"HashAlgorithmEnumType": {
|
|
7
|
-
"type": "string",
|
|
8
|
-
"additionalProperties": true,
|
|
9
|
-
"enum": [
|
|
10
|
-
"SHA256",
|
|
11
|
-
"SHA384",
|
|
12
|
-
"SHA512"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
"IdTokenEnumType": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"additionalProperties": true,
|
|
18
|
-
"enum": [
|
|
19
|
-
"Central",
|
|
20
|
-
"eMAID",
|
|
21
|
-
"ISO14443",
|
|
22
|
-
"KeyCode",
|
|
23
|
-
"Local",
|
|
24
|
-
"NoAuthorization",
|
|
25
|
-
"ISO15693"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"AdditionalInfoType": {
|
|
29
|
-
"javaType": "AdditionalInfo",
|
|
30
|
-
"type": "object",
|
|
31
|
-
"additionalProperties": true,
|
|
32
|
-
"properties": {
|
|
33
|
-
"additionalIdToken": {
|
|
34
|
-
"type": "string",
|
|
35
|
-
"maxLength": 36
|
|
36
|
-
},
|
|
37
|
-
"type": {
|
|
38
|
-
"type": "string",
|
|
39
|
-
"maxLength": 50
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"required": [
|
|
43
|
-
"additionalIdToken",
|
|
44
|
-
"type"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"IdTokenType": {
|
|
48
|
-
"javaType": "IdToken",
|
|
49
|
-
"type": "object",
|
|
50
|
-
"additionalProperties": true,
|
|
51
|
-
"properties": {
|
|
52
|
-
"additionalInfo": {
|
|
53
|
-
"type": "array",
|
|
54
|
-
"additionalItems": false,
|
|
55
|
-
"items": {
|
|
56
|
-
"$ref": "#/definitions/AdditionalInfoType"
|
|
57
|
-
},
|
|
58
|
-
"minItems": 1
|
|
59
|
-
},
|
|
60
|
-
"idToken": {
|
|
61
|
-
"type": "string",
|
|
62
|
-
"maxLength": 36
|
|
63
|
-
},
|
|
64
|
-
"type": {
|
|
65
|
-
"$ref": "#/definitions/IdTokenEnumType"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"required": [
|
|
69
|
-
"idToken",
|
|
70
|
-
"type"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"OCSPRequestDataType": {
|
|
74
|
-
"javaType": "OCSPRequestData",
|
|
75
|
-
"type": "object",
|
|
76
|
-
"additionalProperties": true,
|
|
77
|
-
"properties": {
|
|
78
|
-
"hashAlgorithm": {
|
|
79
|
-
"$ref": "#/definitions/HashAlgorithmEnumType"
|
|
80
|
-
},
|
|
81
|
-
"issuerNameHash": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"maxLength": 128
|
|
84
|
-
},
|
|
85
|
-
"issuerKeyHash": {
|
|
86
|
-
"type": "string",
|
|
87
|
-
"maxLength": 128
|
|
88
|
-
},
|
|
89
|
-
"serialNumber": {
|
|
90
|
-
"type": "string",
|
|
91
|
-
"maxLength": 20
|
|
92
|
-
},
|
|
93
|
-
"responderURL": {
|
|
94
|
-
"type": "string",
|
|
95
|
-
"maxLength": 512
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
"required": [
|
|
99
|
-
"hashAlgorithm",
|
|
100
|
-
"issuerNameHash",
|
|
101
|
-
"issuerKeyHash",
|
|
102
|
-
"serialNumber"
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"type": "object",
|
|
107
|
-
"additionalProperties": true,
|
|
108
|
-
"properties": {
|
|
109
|
-
"15118CertificateHashData": {
|
|
110
|
-
"type": "array",
|
|
111
|
-
"additionalItems": false,
|
|
112
|
-
"items": {
|
|
113
|
-
"$ref": "#/definitions/OCSPRequestDataType"
|
|
114
|
-
},
|
|
115
|
-
"minItems": 1,
|
|
116
|
-
"maxItems": 4
|
|
117
|
-
},
|
|
118
|
-
"idToken": {
|
|
119
|
-
"$ref": "#/definitions/IdTokenType"
|
|
120
|
-
},
|
|
121
|
-
"evseId": {
|
|
122
|
-
"type": "array",
|
|
123
|
-
"additionalItems": false,
|
|
124
|
-
"items": {
|
|
125
|
-
"type": "integer"
|
|
126
|
-
},
|
|
127
|
-
"minItems": 1
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"required": [
|
|
131
|
-
"idToken"
|
|
132
|
-
]
|
|
133
|
-
}
|