ocpp-messages 0.1.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/LICENSE +21 -0
- package/README.md +35 -0
- package/compile.js +17 -0
- package/package.json +28 -0
- package/schema/v1.6/Authorize.json +15 -0
- package/schema/v1.6/AuthorizeResponse.json +37 -0
- package/schema/v1.6/BootNotification.json +48 -0
- package/schema/v1.6/BootNotificationResponse.json +28 -0
- package/schema/v1.6/CancelReservation.json +14 -0
- package/schema/v1.6/CancelReservationResponse.json +18 -0
- package/schema/v1.6/ChangeAvailability.json +22 -0
- package/schema/v1.6/ChangeAvailabilityResponse.json +19 -0
- package/schema/v1.6/ChangeConfiguration.json +20 -0
- package/schema/v1.6/ChangeConfigurationResponse.json +20 -0
- package/schema/v1.6/ClearCache.json +7 -0
- package/schema/v1.6/ClearCacheResponse.json +18 -0
- package/schema/v1.6/ClearChargingProfile.json +25 -0
- package/schema/v1.6/ClearChargingProfileResponse.json +18 -0
- package/schema/v1.6/DataTransfer.json +22 -0
- package/schema/v1.6/DataTransferResponse.json +23 -0
- package/schema/v1.6/DiagnosticsStatusNotification.json +20 -0
- package/schema/v1.6/DiagnosticsStatusNotificationResponse.json +7 -0
- package/schema/v1.6/FirmwareStatusNotification.json +23 -0
- package/schema/v1.6/FirmwareStatusNotificationResponse.json +7 -0
- package/schema/v1.6/GetCompositeSchedule.json +25 -0
- package/schema/v1.6/GetCompositeScheduleResponse.json +74 -0
- package/schema/v1.6/GetConfiguration.json +15 -0
- package/schema/v1.6/GetConfigurationResponse.json +38 -0
- package/schema/v1.6/GetDiagnostics.json +29 -0
- package/schema/v1.6/GetDiagnosticsResponse.json +12 -0
- package/schema/v1.6/GetLocalListVersion.json +7 -0
- package/schema/v1.6/GetLocalListVersionResponse.json +14 -0
- package/schema/v1.6/Heartbeat.json +7 -0
- package/schema/v1.6/HeartbeatResponse.json +15 -0
- package/schema/v1.6/MeterValues.json +141 -0
- package/schema/v1.6/MeterValuesResponse.json +7 -0
- package/schema/v1.6/RemoteStartTransaction.json +119 -0
- package/schema/v1.6/RemoteStartTransactionResponse.json +18 -0
- package/schema/v1.6/RemoteStopTransaction.json +14 -0
- package/schema/v1.6/RemoteStopTransactionResponse.json +18 -0
- package/schema/v1.6/ReserveNow.json +32 -0
- package/schema/v1.6/ReserveNowResponse.json +21 -0
- package/schema/v1.6/Reset.json +18 -0
- package/schema/v1.6/ResetResponse.json +18 -0
- package/schema/v1.6/SendLocalList.json +63 -0
- package/schema/v1.6/SendLocalListResponse.json +20 -0
- package/schema/v1.6/SetChargingProfile.json +116 -0
- package/schema/v1.6/SetChargingProfileResponse.json +19 -0
- package/schema/v1.6/StartTransaction.json +31 -0
- package/schema/v1.6/StartTransactionResponse.json +41 -0
- package/schema/v1.6/StatusNotification.json +67 -0
- package/schema/v1.6/StatusNotificationResponse.json +7 -0
- package/schema/v1.6/StopTransaction.json +166 -0
- package/schema/v1.6/StopTransactionResponse.json +34 -0
- package/schema/v1.6/TriggerMessage.json +25 -0
- package/schema/v1.6/TriggerMessageResponse.json +19 -0
- package/schema/v1.6/UnlockConnector.json +14 -0
- package/schema/v1.6/UnlockConnectorResponse.json +19 -0
- package/schema/v1.6/UpdateFirmware.json +26 -0
- package/schema/v1.6/UpdateFirmwareResponse.json +7 -0
- package/schema/v2.0/AuthorizeRequest_v1p0.json +133 -0
- package/schema/v2.0/AuthorizeResponse_v1p0.json +154 -0
- package/schema/v2.0/BootNotificationRequest_v1p0.json +81 -0
- package/schema/v2.0/BootNotificationResponse_v1p0.json +30 -0
- package/schema/v2.0/CancelReservationRequest_v1p0.json +15 -0
- package/schema/v2.0/CancelReservationResponse_v1p0.json +20 -0
- package/schema/v2.0/CertificateSignedRequest_v1p0.json +29 -0
- package/schema/v2.0/CertificateSignedResponse_v1p0.json +20 -0
- package/schema/v2.0/ChangeAvailabilityRequest_v1p0.json +24 -0
- package/schema/v2.0/ChangeAvailabilityResponse_v1p0.json +21 -0
- package/schema/v2.0/ClearCacheRequest_v1p0.json +7 -0
- package/schema/v2.0/ClearCacheResponse_v1p0.json +20 -0
- package/schema/v2.0/ClearChargingProfileRequest_v1p0.json +43 -0
- package/schema/v2.0/ClearChargingProfileResponse_v1p0.json +20 -0
- package/schema/v2.0/ClearDisplayMessageRequest_v1p0.json +15 -0
- package/schema/v2.0/ClearDisplayMessageResponse_v1p0.json +20 -0
- package/schema/v2.0/ClearVariableMonitoringRequest_v1p0.json +20 -0
- package/schema/v2.0/ClearVariableMonitoringResponse_v1p0.json +48 -0
- package/schema/v2.0/ClearedChargingLimitRequest_v1p0.json +25 -0
- package/schema/v2.0/ClearedChargingLimitResponse_v1p0.json +7 -0
- package/schema/v2.0/CostUpdatedRequest_v1p0.json +20 -0
- package/schema/v2.0/CostUpdatedResponse_v1p0.json +7 -0
- package/schema/v2.0/CustomerInformationRequest_v1p0.json +130 -0
- package/schema/v2.0/CustomerInformationResponse_v1p0.json +21 -0
- package/schema/v2.0/DataTransferRequest_v1p0.json +21 -0
- package/schema/v2.0/DataTransferResponse_v1p0.json +23 -0
- package/schema/v2.0/DeleteCertificateRequest_v1p0.json +54 -0
- package/schema/v2.0/DeleteCertificateResponse_v1p0.json +21 -0
- package/schema/v2.0/FirmwareStatusNotificationRequest_v1p0.json +40 -0
- package/schema/v2.0/FirmwareStatusNotificationResponse_v1p0.json +7 -0
- package/schema/v2.0/Get15118EVCertificateRequest_v1p0.json +21 -0
- package/schema/v2.0/Get15118EVCertificateResponse_v1p0.json +62 -0
- package/schema/v2.0/GetBaseReportRequest_v1p0.json +25 -0
- package/schema/v2.0/GetBaseReportResponse_v1p0.json +21 -0
- package/schema/v2.0/GetCertificateStatusRequest_v1p0.json +58 -0
- package/schema/v2.0/GetCertificateStatusResponse_v1p0.json +24 -0
- package/schema/v2.0/GetChargingProfilesRequest_v1p0.json +73 -0
- package/schema/v2.0/GetChargingProfilesResponse_v1p0.json +20 -0
- package/schema/v2.0/GetCompositeScheduleRequest_v1p0.json +27 -0
- package/schema/v2.0/GetCompositeScheduleResponse_v1p0.json +108 -0
- package/schema/v2.0/GetDisplayMessagesRequest_v1p0.json +42 -0
- package/schema/v2.0/GetDisplayMessagesResponse_v1p0.json +20 -0
- package/schema/v2.0/GetInstalledCertificateIdsRequest_v1p0.json +24 -0
- package/schema/v2.0/GetInstalledCertificateIdsResponse_v1p0.json +70 -0
- package/schema/v2.0/GetLocalListVersionRequest_v1p0.json +7 -0
- package/schema/v2.0/GetLocalListVersionResponse_v1p0.json +15 -0
- package/schema/v2.0/GetLogRequest_v1p0.json +61 -0
- package/schema/v2.0/GetLogResponse_v1p0.json +25 -0
- package/schema/v2.0/GetMonitoringReportRequest_v1p0.json +112 -0
- package/schema/v2.0/GetMonitoringReportResponse_v1p0.json +21 -0
- package/schema/v2.0/GetReportRequest_v1p0.json +113 -0
- package/schema/v2.0/GetReportResponse_v1p0.json +21 -0
- package/schema/v2.0/GetTransactionStatusRequest_v1p0.json +13 -0
- package/schema/v2.0/GetTransactionStatusResponse_v1p0.json +18 -0
- package/schema/v2.0/GetVariablesRequest_v1p0.json +108 -0
- package/schema/v2.0/GetVariablesResponse_v1p0.json +127 -0
- package/schema/v2.0/HeartbeatRequest_v1p0.json +7 -0
- package/schema/v2.0/HeartbeatResponse_v1p0.json +16 -0
- package/schema/v2.0/InstallCertificateRequest_v1p0.json +29 -0
- package/schema/v2.0/InstallCertificateResponse_v1p0.json +25 -0
- package/schema/v2.0/LogStatusNotificationRequest_v1p0.json +29 -0
- package/schema/v2.0/LogStatusNotificationResponse_v1p0.json +7 -0
- package/schema/v2.0/MeterValuesRequest_v1p0.json +212 -0
- package/schema/v2.0/MeterValuesResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyCentralChargingNeedsRequest_v1p0.json +191 -0
- package/schema/v2.0/NotifyCentralChargingNeedsResponse_v1p0.json +20 -0
- package/schema/v2.0/NotifyChargingLimitRequest_v1p0.json +117 -0
- package/schema/v2.0/NotifyChargingLimitResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyCustomerInformationRequest_v1p0.json +32 -0
- package/schema/v2.0/NotifyCustomerInformationResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyDisplayMessagesRequest_v1p0.json +157 -0
- package/schema/v2.0/NotifyDisplayMessagesResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyEVChargingNeedsRequest_v1p0.json +125 -0
- package/schema/v2.0/NotifyEVChargingNeedsResponse_v1p0.json +21 -0
- package/schema/v2.0/NotifyEVChargingScheduleRequest_v1p0.json +88 -0
- package/schema/v2.0/NotifyEVChargingScheduleResponse_v1p0.json +20 -0
- package/schema/v2.0/NotifyEventRequest_v1p0.json +193 -0
- package/schema/v2.0/NotifyEventResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyMonitoringReportRequest_v1p0.json +160 -0
- package/schema/v2.0/NotifyMonitoringReportResponse_v1p0.json +7 -0
- package/schema/v2.0/NotifyReportRequest_v1p0.json +216 -0
- package/schema/v2.0/NotifyReportResponse_v1p0.json +7 -0
- package/schema/v2.0/PublishFirmwareRequest_v1p0.json +24 -0
- package/schema/v2.0/PublishFirmwareResponse_v1p0.json +20 -0
- package/schema/v2.0/PublishFirmwareStatusNotificationRequest_v1p0.json +36 -0
- package/schema/v2.0/PublishFirmwareStatusNotificationResponse_v1p0.json +7 -0
- package/schema/v2.0/Renegotiate15118ScheduleRequest_v1p0.json +33 -0
- package/schema/v2.0/Renegotiate15118ScheduleResponse_v1p0.json +20 -0
- package/schema/v2.0/ReportChargingProfilesRequest_v1p0.json +183 -0
- package/schema/v2.0/ReportChargingProfilesResponse_v1p0.json +7 -0
- package/schema/v2.0/RequestStartTransactionRequest_v1p0.json +222 -0
- package/schema/v2.0/RequestStartTransactionResponse_v1p0.json +24 -0
- package/schema/v2.0/RequestStopTransactionRequest_v1p0.json +16 -0
- package/schema/v2.0/RequestStopTransactionResponse_v1p0.json +20 -0
- package/schema/v2.0/ReservationStatusUpdateRequest_v1p0.json +24 -0
- package/schema/v2.0/ReservationStatusUpdateResponse_v1p0.json +7 -0
- package/schema/v2.0/ReserveNowRequest_v1p0.json +151 -0
- package/schema/v2.0/ReserveNowResponse_v1p0.json +23 -0
- package/schema/v2.0/ResetRequest_v1p0.json +20 -0
- package/schema/v2.0/ResetResponse_v1p0.json +21 -0
- package/schema/v2.0/SecurityEventNotificationRequest_v1p0.json +41 -0
- package/schema/v2.0/SecurityEventNotificationResponse_v1p0.json +7 -0
- package/schema/v2.0/SendLocalListRequest_v1p0.json +211 -0
- package/schema/v2.0/SendLocalListResponse_v1p0.json +21 -0
- package/schema/v2.0/SetChargingProfileRequest_v1p0.json +158 -0
- package/schema/v2.0/SetChargingProfileResponse_v1p0.json +20 -0
- package/schema/v2.0/SetDisplayMessageRequest_v1p0.json +144 -0
- package/schema/v2.0/SetDisplayMessageResponse_v1p0.json +24 -0
- package/schema/v2.0/SetMonitoringBaseRequest_v1p0.json +21 -0
- package/schema/v2.0/SetMonitoringBaseResponse_v1p0.json +21 -0
- package/schema/v2.0/SetMonitoringLevelRequest_v1p0.json +15 -0
- package/schema/v2.0/SetMonitoringLevelResponse_v1p0.json +20 -0
- package/schema/v2.0/SetNetworkProfileRequest_v1p0.json +182 -0
- package/schema/v2.0/SetNetworkProfileResponse_v1p0.json +21 -0
- package/schema/v2.0/SetVariableMonitoringRequest_v1p0.json +123 -0
- package/schema/v2.0/SetVariableMonitoringResponse_v1p0.json +133 -0
- package/schema/v2.0/SetVariablesRequest_v1p0.json +113 -0
- package/schema/v2.0/SetVariablesResponse_v1p0.json +126 -0
- package/schema/v2.0/SignCertificateRequest_v1p0.json +24 -0
- package/schema/v2.0/SignCertificateResponse_v1p0.json +20 -0
- package/schema/v2.0/StatusNotificationRequest_v1p0.json +36 -0
- package/schema/v2.0/StatusNotificationResponse_v1p0.json +7 -0
- package/schema/v2.0/TransactionEventRequest_v1p0.json +415 -0
- package/schema/v2.0/TransactionEventResponse_v1p0.json +136 -0
- package/schema/v2.0/TriggerMessageRequest_v1p0.json +51 -0
- package/schema/v2.0/TriggerMessageResponse_v1p0.json +21 -0
- package/schema/v2.0/UnlockConnectorRequest_v1p0.json +19 -0
- package/schema/v2.0/UnlockConnectorResponse_v1p0.json +20 -0
- package/schema/v2.0/UnpublishFirmwareRequest_v1p0.json +16 -0
- package/schema/v2.0/UnpublishFirmwareResponse_v1p0.json +21 -0
- package/schema/v2.0/Update15118EVCertificateRequest_v1p0.json +21 -0
- package/schema/v2.0/Update15118EVCertificateResponse_v1p0.json +24 -0
- package/schema/v2.0/UpdateFirmwareRequest_v1p0.json +58 -0
- package/schema/v2.0/UpdateFirmwareResponse_v1p0.json +21 -0
- package/v1.6/Authorize.d.ts +10 -0
- package/v1.6/AuthorizeResponse.d.ts +15 -0
- package/v1.6/BootNotification.d.ts +18 -0
- package/v1.6/BootNotificationResponse.d.ts +12 -0
- package/v1.6/CancelReservation.d.ts +10 -0
- package/v1.6/CancelReservationResponse.d.ts +10 -0
- package/v1.6/ChangeAvailability.d.ts +11 -0
- package/v1.6/ChangeAvailabilityResponse.d.ts +10 -0
- package/v1.6/ChangeConfiguration.d.ts +11 -0
- package/v1.6/ChangeConfigurationResponse.d.ts +10 -0
- package/v1.6/ClearCache.d.ts +8 -0
- package/v1.6/ClearCacheResponse.d.ts +10 -0
- package/v1.6/ClearChargingProfile.d.ts +13 -0
- package/v1.6/ClearChargingProfileResponse.d.ts +10 -0
- package/v1.6/DataTransfer.d.ts +12 -0
- package/v1.6/DataTransferResponse.d.ts +11 -0
- package/v1.6/DiagnosticsStatusNotification.d.ts +10 -0
- package/v1.6/DiagnosticsStatusNotificationResponse.d.ts +8 -0
- package/v1.6/FirmwareStatusNotification.d.ts +10 -0
- package/v1.6/FirmwareStatusNotificationResponse.d.ts +8 -0
- package/v1.6/GetCompositeSchedule.d.ts +12 -0
- package/v1.6/GetCompositeScheduleResponse.d.ts +25 -0
- package/v1.6/GetConfiguration.d.ts +10 -0
- package/v1.6/GetConfigurationResponse.d.ts +16 -0
- package/v1.6/GetDiagnostics.d.ts +14 -0
- package/v1.6/GetDiagnosticsResponse.d.ts +10 -0
- package/v1.6/GetLocalListVersion.d.ts +8 -0
- package/v1.6/GetLocalListVersionResponse.d.ts +10 -0
- package/v1.6/Heartbeat.d.ts +8 -0
- package/v1.6/HeartbeatResponse.d.ts +10 -0
- package/v1.6/MeterValues.d.ts +91 -0
- package/v1.6/MeterValuesResponse.d.ts +8 -0
- package/v1.6/RemoteStartTransaction.d.ts +35 -0
- package/v1.6/RemoteStartTransactionResponse.d.ts +10 -0
- package/v1.6/RemoteStopTransaction.d.ts +10 -0
- package/v1.6/RemoteStopTransactionResponse.d.ts +10 -0
- package/v1.6/ReserveNow.d.ts +14 -0
- package/v1.6/ReserveNowResponse.d.ts +10 -0
- package/v1.6/Reset.d.ts +10 -0
- package/v1.6/ResetResponse.d.ts +10 -0
- package/v1.6/SendLocalList.d.ts +19 -0
- package/v1.6/SendLocalListResponse.d.ts +10 -0
- package/v1.6/SetChargingProfile.d.ts +34 -0
- package/v1.6/SetChargingProfileResponse.d.ts +10 -0
- package/v1.6/StartTransaction.d.ts +14 -0
- package/v1.6/StartTransactionResponse.d.ts +16 -0
- package/v1.6/StatusNotification.d.ts +41 -0
- package/v1.6/StatusNotificationResponse.d.ts +8 -0
- package/v1.6/StopTransaction.d.ts +85 -0
- package/v1.6/StopTransactionResponse.d.ts +15 -0
- package/v1.6/TriggerMessage.d.ts +17 -0
- package/v1.6/TriggerMessageResponse.d.ts +10 -0
- package/v1.6/UnlockConnector.d.ts +10 -0
- package/v1.6/UnlockConnectorResponse.d.ts +10 -0
- package/v1.6/UpdateFirmware.d.ts +13 -0
- package/v1.6/UpdateFirmwareResponse.d.ts +8 -0
- package/v1.6/index.d.ts +214 -0
- package/v2.0/AuthorizeRequest.d.ts +111 -0
- package/v2.0/AuthorizeResponse.d.ts +179 -0
- package/v2.0/BootNotificationRequest.d.ts +92 -0
- package/v2.0/BootNotificationResponse.d.ts +53 -0
- package/v2.0/CancelReservationRequest.d.ts +22 -0
- package/v2.0/CancelReservationResponse.d.ts +42 -0
- package/v2.0/CertificateSignedRequest.d.ts +32 -0
- package/v2.0/CertificateSignedResponse.d.ts +42 -0
- package/v2.0/ChangeAvailabilityRequest.d.ts +47 -0
- package/v2.0/ChangeAvailabilityResponse.d.ts +42 -0
- package/v2.0/ClearCacheRequest.d.ts +17 -0
- package/v2.0/ClearCacheResponse.d.ts +42 -0
- package/v2.0/ClearChargingProfileRequest.d.ts +60 -0
- package/v2.0/ClearChargingProfileResponse.d.ts +42 -0
- package/v2.0/ClearDisplayMessageRequest.d.ts +22 -0
- package/v2.0/ClearDisplayMessageResponse.d.ts +42 -0
- package/v2.0/ClearVariableMonitoringRequest.d.ts +24 -0
- package/v2.0/ClearVariableMonitoringResponse.d.ts +56 -0
- package/v2.0/ClearedChargingLimitRequest.d.ts +29 -0
- package/v2.0/ClearedChargingLimitResponse.d.ts +17 -0
- package/v2.0/CostUpdatedRequest.d.ts +29 -0
- package/v2.0/CostUpdatedResponse.d.ts +17 -0
- package/v2.0/CustomerInformationRequest.d.ts +114 -0
- package/v2.0/CustomerInformationResponse.d.ts +42 -0
- package/v2.0/DataTransferRequest.d.ts +35 -0
- package/v2.0/DataTransferResponse.d.ts +49 -0
- package/v2.0/DeleteCertificateRequest.d.ts +44 -0
- package/v2.0/DeleteCertificateResponse.d.ts +42 -0
- package/v2.0/FirmwareStatusNotificationRequest.d.ts +45 -0
- package/v2.0/FirmwareStatusNotificationResponse.d.ts +17 -0
- package/v2.0/Get15118EVCertificateRequest.d.ts +35 -0
- package/v2.0/Get15118EVCertificateResponse.d.ts +47 -0
- package/v2.0/GetBaseReportRequest.d.ts +29 -0
- package/v2.0/GetBaseReportResponse.d.ts +42 -0
- package/v2.0/GetCertificateStatusRequest.d.ts +50 -0
- package/v2.0/GetCertificateStatusResponse.d.ts +47 -0
- package/v2.0/GetChargingProfilesRequest.d.ts +83 -0
- package/v2.0/GetChargingProfilesResponse.d.ts +42 -0
- package/v2.0/GetCompositeScheduleRequest.d.ts +36 -0
- package/v2.0/GetCompositeScheduleResponse.d.ts +119 -0
- package/v2.0/GetDisplayMessagesRequest.d.ts +43 -0
- package/v2.0/GetDisplayMessagesResponse.d.ts +42 -0
- package/v2.0/GetInstalledCertificateIdsRequest.d.ts +31 -0
- package/v2.0/GetInstalledCertificateIdsResponse.d.ts +95 -0
- package/v2.0/GetLocalListVersionRequest.d.ts +17 -0
- package/v2.0/GetLocalListVersionResponse.d.ts +22 -0
- package/v2.0/GetLogRequest.d.ts +71 -0
- package/v2.0/GetLogResponse.d.ts +47 -0
- package/v2.0/GetMonitoringReportRequest.d.ts +104 -0
- package/v2.0/GetMonitoringReportResponse.d.ts +42 -0
- package/v2.0/GetReportRequest.d.ts +105 -0
- package/v2.0/GetReportResponse.d.ts +42 -0
- package/v2.0/GetTransactionStatusRequest.d.ts +22 -0
- package/v2.0/GetTransactionStatusResponse.d.ts +27 -0
- package/v2.0/GetVariablesRequest.d.ts +93 -0
- package/v2.0/GetVariablesResponse.d.ts +131 -0
- package/v2.0/HeartbeatRequest.d.ts +17 -0
- package/v2.0/HeartbeatResponse.d.ts +22 -0
- package/v2.0/InstallCertificateRequest.d.ts +33 -0
- package/v2.0/InstallCertificateResponse.d.ts +42 -0
- package/v2.0/LogStatusNotificationRequest.d.ts +38 -0
- package/v2.0/LogStatusNotificationResponse.d.ts +17 -0
- package/v2.0/MeterValuesRequest.d.ts +187 -0
- package/v2.0/MeterValuesResponse.d.ts +17 -0
- package/v2.0/NotifyChargingLimitRequest.d.ts +267 -0
- package/v2.0/NotifyChargingLimitResponse.d.ts +17 -0
- package/v2.0/NotifyCustomerInformationRequest.d.ts +43 -0
- package/v2.0/NotifyCustomerInformationResponse.d.ts +17 -0
- package/v2.0/NotifyDisplayMessagesRequest.d.ts +159 -0
- package/v2.0/NotifyDisplayMessagesResponse.d.ts +17 -0
- package/v2.0/NotifyEVChargingNeedsRequest.d.ts +159 -0
- package/v2.0/NotifyEVChargingNeedsResponse.d.ts +42 -0
- package/v2.0/NotifyEVChargingScheduleRequest.d.ts +245 -0
- package/v2.0/NotifyEVChargingScheduleResponse.d.ts +42 -0
- package/v2.0/NotifyEventRequest.d.ts +171 -0
- package/v2.0/NotifyEventResponse.d.ts +17 -0
- package/v2.0/NotifyMonitoringReportRequest.d.ts +168 -0
- package/v2.0/NotifyMonitoringReportResponse.d.ts +17 -0
- package/v2.0/NotifyReportRequest.d.ts +212 -0
- package/v2.0/NotifyReportResponse.d.ts +17 -0
- package/v2.0/PublishFirmwareRequest.d.ts +50 -0
- package/v2.0/PublishFirmwareResponse.d.ts +42 -0
- package/v2.0/PublishFirmwareStatusNotificationRequest.d.ts +50 -0
- package/v2.0/PublishFirmwareStatusNotificationResponse.d.ts +17 -0
- package/v2.0/ReportChargingProfilesRequest.d.ts +337 -0
- package/v2.0/ReportChargingProfilesResponse.d.ts +17 -0
- package/v2.0/RequestStartTransactionRequest.d.ts +372 -0
- package/v2.0/RequestStartTransactionResponse.d.ts +47 -0
- package/v2.0/RequestStopTransactionRequest.d.ts +22 -0
- package/v2.0/RequestStopTransactionResponse.d.ts +42 -0
- package/v2.0/ReservationStatusUpdateRequest.d.ts +29 -0
- package/v2.0/ReservationStatusUpdateResponse.d.ts +17 -0
- package/v2.0/ReserveNowRequest.d.ts +110 -0
- package/v2.0/ReserveNowResponse.d.ts +42 -0
- package/v2.0/ResetRequest.d.ts +29 -0
- package/v2.0/ResetResponse.d.ts +42 -0
- package/v2.0/SecurityEventNotificationRequest.d.ts +32 -0
- package/v2.0/SecurityEventNotificationResponse.d.ts +17 -0
- package/v2.0/SendLocalListRequest.d.ts +187 -0
- package/v2.0/SendLocalListResponse.d.ts +42 -0
- package/v2.0/SetChargingProfileRequest.d.ts +318 -0
- package/v2.0/SetChargingProfileResponse.d.ts +42 -0
- package/v2.0/SetDisplayMessageRequest.d.ts +146 -0
- package/v2.0/SetDisplayMessageResponse.d.ts +48 -0
- package/v2.0/SetMonitoringBaseRequest.d.ts +24 -0
- package/v2.0/SetMonitoringBaseResponse.d.ts +42 -0
- package/v2.0/SetMonitoringLevelRequest.d.ts +47 -0
- package/v2.0/SetMonitoringLevelResponse.d.ts +42 -0
- package/v2.0/SetNetworkProfileRequest.d.ts +198 -0
- package/v2.0/SetNetworkProfileResponse.d.ts +42 -0
- package/v2.0/SetVariableMonitoringRequest.d.ts +141 -0
- package/v2.0/SetVariableMonitoringResponse.d.ts +157 -0
- package/v2.0/SetVariablesRequest.d.ts +96 -0
- package/v2.0/SetVariablesResponse.d.ts +119 -0
- package/v2.0/SignCertificateRequest.d.ts +30 -0
- package/v2.0/SignCertificateResponse.d.ts +42 -0
- package/v2.0/StatusNotificationRequest.d.ts +39 -0
- package/v2.0/StatusNotificationResponse.d.ts +17 -0
- package/v2.0/TransactionEventRequest.d.ts +371 -0
- package/v2.0/TransactionEventResponse.d.ts +176 -0
- package/v2.0/TriggerMessageRequest.d.ts +57 -0
- package/v2.0/TriggerMessageResponse.d.ts +42 -0
- package/v2.0/UnlockConnectorRequest.d.ts +27 -0
- package/v2.0/UnlockConnectorResponse.d.ts +42 -0
- package/v2.0/UnpublishFirmwareRequest.d.ts +22 -0
- package/v2.0/UnpublishFirmwareResponse.d.ts +24 -0
- package/v2.0/UpdateFirmwareRequest.d.ts +76 -0
- package/v2.0/UpdateFirmwareResponse.d.ts +48 -0
- package/v2.0/index.d.ts +129 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The type of this monitor, e.g. a threshold, delta or periodic monitor.
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export type MonitorEnumType = "UpperThreshold" | "LowerThreshold" | "Delta" | "Periodic" | "PeriodicClockAligned";
|
|
14
|
+
|
|
15
|
+
export interface UrnOCPPCp220203SetVariableMonitoringRequest {
|
|
16
|
+
customData?: CustomDataType;
|
|
17
|
+
/**
|
|
18
|
+
* @minItems 1
|
|
19
|
+
*/
|
|
20
|
+
setMonitoringData: [SetMonitoringDataType, ...SetMonitoringDataType[]];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
24
|
+
*/
|
|
25
|
+
export interface CustomDataType {
|
|
26
|
+
vendorId: string;
|
|
27
|
+
[k: string]: unknown;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Class to hold parameters of SetVariableMonitoring request.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export interface SetMonitoringDataType {
|
|
34
|
+
customData?: CustomDataType;
|
|
35
|
+
/**
|
|
36
|
+
* An id SHALL only be given to replace an existing monitor. The Charging Station handles the generation of id's for new monitors.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
id?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Monitor only active when a transaction is ongoing on a component relevant to this transaction. Default = false.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
transaction?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Value for threshold or delta monitoring.
|
|
49
|
+
* For Periodic or PeriodicClockAligned this is the interval in seconds.
|
|
50
|
+
*
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
value: number;
|
|
54
|
+
type: MonitorEnumType;
|
|
55
|
+
/**
|
|
56
|
+
* The severity that will be assigned to an event that is triggered by this monitor. The severity range is 0-9, with 0 as the highest and 9 as the lowest severity level.
|
|
57
|
+
*
|
|
58
|
+
* The severity levels have the following meaning: +
|
|
59
|
+
* *0-Danger* +
|
|
60
|
+
* Indicates lives are potentially in danger. Urgent attention is needed and action should be taken immediately. +
|
|
61
|
+
* *1-Hardware Failure* +
|
|
62
|
+
* Indicates that the Charging Station is unable to continue regular operations due to Hardware issues. Action is required. +
|
|
63
|
+
* *2-System Failure* +
|
|
64
|
+
* Indicates that the Charging Station is unable to continue regular operations due to software or minor hardware issues. Action is required. +
|
|
65
|
+
* *3-Critical* +
|
|
66
|
+
* Indicates a critical error. Action is required. +
|
|
67
|
+
* *4-Error* +
|
|
68
|
+
* Indicates a non-urgent error. Action is required. +
|
|
69
|
+
* *5-Alert* +
|
|
70
|
+
* Indicates an alert event. Default severity for any type of monitoring event. +
|
|
71
|
+
* *6-Warning* +
|
|
72
|
+
* Indicates a warning event. Action may be required. +
|
|
73
|
+
* *7-Notice* +
|
|
74
|
+
* Indicates an unusual event. No immediate action is required. +
|
|
75
|
+
* *8-Informational* +
|
|
76
|
+
* Indicates a regular operational event. May be used for reporting, measuring throughput, etc. No action is required. +
|
|
77
|
+
* *9-Debug* +
|
|
78
|
+
* Indicates information useful to developers for debugging, not useful during operations.
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
severity: number;
|
|
83
|
+
component: ComponentType;
|
|
84
|
+
variable: VariableType;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* A physical or logical component
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
export interface ComponentType {
|
|
91
|
+
customData?: CustomDataType;
|
|
92
|
+
evse?: EVSEType;
|
|
93
|
+
/**
|
|
94
|
+
* Name of the component. Name should be taken from the list of standardized component names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
name: string;
|
|
98
|
+
/**
|
|
99
|
+
* Name of instance in case the component exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
instance?: string;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* EVSE
|
|
106
|
+
* urn:x-oca:ocpp:uid:2:233123
|
|
107
|
+
* Electric Vehicle Supply Equipment
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
export interface EVSEType {
|
|
111
|
+
customData?: CustomDataType;
|
|
112
|
+
/**
|
|
113
|
+
* Identified_ Object. MRID. Numeric_ Identifier
|
|
114
|
+
* urn:x-enexis:ecdm:uid:1:569198
|
|
115
|
+
* EVSE Identifier. This contains a number (> 0) designating an EVSE of the Charging Station.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
id: number;
|
|
119
|
+
/**
|
|
120
|
+
* An id to designate a specific connector (on an EVSE) by connector index number.
|
|
121
|
+
*
|
|
122
|
+
*/
|
|
123
|
+
connectorId?: number;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Reference key to a component-variable.
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
export interface VariableType {
|
|
130
|
+
customData?: CustomDataType;
|
|
131
|
+
/**
|
|
132
|
+
* Name of the variable. Name should be taken from the list of standardized variable names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
133
|
+
*
|
|
134
|
+
*/
|
|
135
|
+
name: string;
|
|
136
|
+
/**
|
|
137
|
+
* Name of instance in case the variable exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
138
|
+
*
|
|
139
|
+
*/
|
|
140
|
+
instance?: string;
|
|
141
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Status is OK if a value could be returned. Otherwise this will indicate the reason why a value could not be returned.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export type SetMonitoringStatusEnumType =
|
|
13
|
+
| "Accepted"
|
|
14
|
+
| "UnknownComponent"
|
|
15
|
+
| "UnknownVariable"
|
|
16
|
+
| "UnsupportedMonitorType"
|
|
17
|
+
| "Rejected"
|
|
18
|
+
| "Duplicate";
|
|
19
|
+
/**
|
|
20
|
+
* The type of this monitor, e.g. a threshold, delta or periodic monitor.
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export type MonitorEnumType = "UpperThreshold" | "LowerThreshold" | "Delta" | "Periodic" | "PeriodicClockAligned";
|
|
25
|
+
|
|
26
|
+
export interface UrnOCPPCp220203SetVariableMonitoringResponse {
|
|
27
|
+
customData?: CustomDataType;
|
|
28
|
+
/**
|
|
29
|
+
* @minItems 1
|
|
30
|
+
*/
|
|
31
|
+
setMonitoringResult: [SetMonitoringResultType, ...SetMonitoringResultType[]];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
35
|
+
*/
|
|
36
|
+
export interface CustomDataType {
|
|
37
|
+
vendorId: string;
|
|
38
|
+
[k: string]: unknown;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Class to hold result of SetVariableMonitoring request.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
export interface SetMonitoringResultType {
|
|
45
|
+
customData?: CustomDataType;
|
|
46
|
+
/**
|
|
47
|
+
* Id given to the VariableMonitor by the Charging Station. The Id is only returned when status is accepted. Installed VariableMonitors should have unique id's but the id's of removed Installed monitors should have unique id's but the id's of removed monitors MAY be reused.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
id?: number;
|
|
51
|
+
statusInfo?: StatusInfoType;
|
|
52
|
+
status: SetMonitoringStatusEnumType;
|
|
53
|
+
type: MonitorEnumType;
|
|
54
|
+
component: ComponentType;
|
|
55
|
+
variable: VariableType;
|
|
56
|
+
/**
|
|
57
|
+
* The severity that will be assigned to an event that is triggered by this monitor. The severity range is 0-9, with 0 as the highest and 9 as the lowest severity level.
|
|
58
|
+
*
|
|
59
|
+
* The severity levels have the following meaning: +
|
|
60
|
+
* *0-Danger* +
|
|
61
|
+
* Indicates lives are potentially in danger. Urgent attention is needed and action should be taken immediately. +
|
|
62
|
+
* *1-Hardware Failure* +
|
|
63
|
+
* Indicates that the Charging Station is unable to continue regular operations due to Hardware issues. Action is required. +
|
|
64
|
+
* *2-System Failure* +
|
|
65
|
+
* Indicates that the Charging Station is unable to continue regular operations due to software or minor hardware issues. Action is required. +
|
|
66
|
+
* *3-Critical* +
|
|
67
|
+
* Indicates a critical error. Action is required. +
|
|
68
|
+
* *4-Error* +
|
|
69
|
+
* Indicates a non-urgent error. Action is required. +
|
|
70
|
+
* *5-Alert* +
|
|
71
|
+
* Indicates an alert event. Default severity for any type of monitoring event. +
|
|
72
|
+
* *6-Warning* +
|
|
73
|
+
* Indicates a warning event. Action may be required. +
|
|
74
|
+
* *7-Notice* +
|
|
75
|
+
* Indicates an unusual event. No immediate action is required. +
|
|
76
|
+
* *8-Informational* +
|
|
77
|
+
* Indicates a regular operational event. May be used for reporting, measuring throughput, etc. No action is required. +
|
|
78
|
+
* *9-Debug* +
|
|
79
|
+
* Indicates information useful to developers for debugging, not useful during operations.
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
severity: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Element providing more information about the status.
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
export interface StatusInfoType {
|
|
90
|
+
customData?: CustomDataType;
|
|
91
|
+
/**
|
|
92
|
+
* A predefined code for the reason why the status is returned in this response. The string is case-insensitive.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
reasonCode: string;
|
|
96
|
+
/**
|
|
97
|
+
* Additional text to provide detailed information.
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
additionalInfo?: string;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* A physical or logical component
|
|
104
|
+
*
|
|
105
|
+
*/
|
|
106
|
+
export interface ComponentType {
|
|
107
|
+
customData?: CustomDataType;
|
|
108
|
+
evse?: EVSEType;
|
|
109
|
+
/**
|
|
110
|
+
* Name of the component. Name should be taken from the list of standardized component names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
name: string;
|
|
114
|
+
/**
|
|
115
|
+
* Name of instance in case the component exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
instance?: string;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* EVSE
|
|
122
|
+
* urn:x-oca:ocpp:uid:2:233123
|
|
123
|
+
* Electric Vehicle Supply Equipment
|
|
124
|
+
*
|
|
125
|
+
*/
|
|
126
|
+
export interface EVSEType {
|
|
127
|
+
customData?: CustomDataType;
|
|
128
|
+
/**
|
|
129
|
+
* Identified_ Object. MRID. Numeric_ Identifier
|
|
130
|
+
* urn:x-enexis:ecdm:uid:1:569198
|
|
131
|
+
* EVSE Identifier. This contains a number (> 0) designating an EVSE of the Charging Station.
|
|
132
|
+
*
|
|
133
|
+
*/
|
|
134
|
+
id: number;
|
|
135
|
+
/**
|
|
136
|
+
* An id to designate a specific connector (on an EVSE) by connector index number.
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
connectorId?: number;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Reference key to a component-variable.
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
export interface VariableType {
|
|
146
|
+
customData?: CustomDataType;
|
|
147
|
+
/**
|
|
148
|
+
* Name of the variable. Name should be taken from the list of standardized variable names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
149
|
+
*
|
|
150
|
+
*/
|
|
151
|
+
name: string;
|
|
152
|
+
/**
|
|
153
|
+
* Name of instance in case the variable exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
154
|
+
*
|
|
155
|
+
*/
|
|
156
|
+
instance?: string;
|
|
157
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Type of attribute: Actual, Target, MinSet, MaxSet. Default is Actual when omitted.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export type AttributeEnumType = "Actual" | "Target" | "MinSet" | "MaxSet";
|
|
13
|
+
|
|
14
|
+
export interface UrnOCPPCp220203SetVariablesRequest {
|
|
15
|
+
customData?: CustomDataType;
|
|
16
|
+
/**
|
|
17
|
+
* @minItems 1
|
|
18
|
+
*/
|
|
19
|
+
setVariableData: [SetVariableDataType, ...SetVariableDataType[]];
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
23
|
+
*/
|
|
24
|
+
export interface CustomDataType {
|
|
25
|
+
vendorId: string;
|
|
26
|
+
[k: string]: unknown;
|
|
27
|
+
}
|
|
28
|
+
export interface SetVariableDataType {
|
|
29
|
+
customData?: CustomDataType;
|
|
30
|
+
attributeType?: AttributeEnumType;
|
|
31
|
+
/**
|
|
32
|
+
* Value to be assigned to attribute of variable.
|
|
33
|
+
*
|
|
34
|
+
* The Configuration Variable <<configkey-configuration-value-size,ConfigurationValueSize>> can be used to limit SetVariableData.attributeValue and VariableCharacteristics.valueList. The max size of these values will always remain equal.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
attributeValue: string;
|
|
38
|
+
component: ComponentType;
|
|
39
|
+
variable: VariableType;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A physical or logical component
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
export interface ComponentType {
|
|
46
|
+
customData?: CustomDataType;
|
|
47
|
+
evse?: EVSEType;
|
|
48
|
+
/**
|
|
49
|
+
* Name of the component. Name should be taken from the list of standardized component names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
name: string;
|
|
53
|
+
/**
|
|
54
|
+
* Name of instance in case the component exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
instance?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* EVSE
|
|
61
|
+
* urn:x-oca:ocpp:uid:2:233123
|
|
62
|
+
* Electric Vehicle Supply Equipment
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
export interface EVSEType {
|
|
66
|
+
customData?: CustomDataType;
|
|
67
|
+
/**
|
|
68
|
+
* Identified_ Object. MRID. Numeric_ Identifier
|
|
69
|
+
* urn:x-enexis:ecdm:uid:1:569198
|
|
70
|
+
* EVSE Identifier. This contains a number (> 0) designating an EVSE of the Charging Station.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
id: number;
|
|
74
|
+
/**
|
|
75
|
+
* An id to designate a specific connector (on an EVSE) by connector index number.
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
connectorId?: number;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Reference key to a component-variable.
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
export interface VariableType {
|
|
85
|
+
customData?: CustomDataType;
|
|
86
|
+
/**
|
|
87
|
+
* Name of the variable. Name should be taken from the list of standardized variable names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
name: string;
|
|
91
|
+
/**
|
|
92
|
+
* Name of instance in case the variable exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
instance?: string;
|
|
96
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Type of attribute: Actual, Target, MinSet, MaxSet. Default is Actual when omitted.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export type AttributeEnumType = "Actual" | "Target" | "MinSet" | "MaxSet";
|
|
13
|
+
/**
|
|
14
|
+
* Result status of setting the variable.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export type SetVariableStatusEnumType =
|
|
18
|
+
| "Accepted"
|
|
19
|
+
| "Rejected"
|
|
20
|
+
| "UnknownComponent"
|
|
21
|
+
| "UnknownVariable"
|
|
22
|
+
| "NotSupportedAttributeType"
|
|
23
|
+
| "RebootRequired";
|
|
24
|
+
|
|
25
|
+
export interface UrnOCPPCp220203SetVariablesResponse {
|
|
26
|
+
customData?: CustomDataType;
|
|
27
|
+
/**
|
|
28
|
+
* @minItems 1
|
|
29
|
+
*/
|
|
30
|
+
setVariableResult: [SetVariableResultType, ...SetVariableResultType[]];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
34
|
+
*/
|
|
35
|
+
export interface CustomDataType {
|
|
36
|
+
vendorId: string;
|
|
37
|
+
[k: string]: unknown;
|
|
38
|
+
}
|
|
39
|
+
export interface SetVariableResultType {
|
|
40
|
+
customData?: CustomDataType;
|
|
41
|
+
attributeType?: AttributeEnumType;
|
|
42
|
+
attributeStatus: SetVariableStatusEnumType;
|
|
43
|
+
attributeStatusInfo?: StatusInfoType;
|
|
44
|
+
component: ComponentType;
|
|
45
|
+
variable: VariableType;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Element providing more information about the status.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
export interface StatusInfoType {
|
|
52
|
+
customData?: CustomDataType;
|
|
53
|
+
/**
|
|
54
|
+
* A predefined code for the reason why the status is returned in this response. The string is case-insensitive.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
reasonCode: string;
|
|
58
|
+
/**
|
|
59
|
+
* Additional text to provide detailed information.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
additionalInfo?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* A physical or logical component
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export interface ComponentType {
|
|
69
|
+
customData?: CustomDataType;
|
|
70
|
+
evse?: EVSEType;
|
|
71
|
+
/**
|
|
72
|
+
* Name of the component. Name should be taken from the list of standardized component names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
name: string;
|
|
76
|
+
/**
|
|
77
|
+
* Name of instance in case the component exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
instance?: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* EVSE
|
|
84
|
+
* urn:x-oca:ocpp:uid:2:233123
|
|
85
|
+
* Electric Vehicle Supply Equipment
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
export interface EVSEType {
|
|
89
|
+
customData?: CustomDataType;
|
|
90
|
+
/**
|
|
91
|
+
* Identified_ Object. MRID. Numeric_ Identifier
|
|
92
|
+
* urn:x-enexis:ecdm:uid:1:569198
|
|
93
|
+
* EVSE Identifier. This contains a number (> 0) designating an EVSE of the Charging Station.
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
id: number;
|
|
97
|
+
/**
|
|
98
|
+
* An id to designate a specific connector (on an EVSE) by connector index number.
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
connectorId?: number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Reference key to a component-variable.
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
export interface VariableType {
|
|
108
|
+
customData?: CustomDataType;
|
|
109
|
+
/**
|
|
110
|
+
* Name of the variable. Name should be taken from the list of standardized variable names whenever possible. Case Insensitive. strongly advised to use Camel Case.
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
name: string;
|
|
114
|
+
/**
|
|
115
|
+
* Name of instance in case the variable exists as multiple instances. Case Insensitive. strongly advised to use Camel Case.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
instance?: string;
|
|
119
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Indicates the type of certificate that is to be signed. When omitted the certificate is to be used for both the 15118 connection (if implemented) and the Charging Station to CSMS connection.
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export type CertificateSigningUseEnumType = "ChargingStationCertificate" | "V2GCertificate";
|
|
14
|
+
|
|
15
|
+
export interface UrnOCPPCp220203SignCertificateRequest {
|
|
16
|
+
customData?: CustomDataType;
|
|
17
|
+
/**
|
|
18
|
+
* The Charging Station SHALL send the public key in form of a Certificate Signing Request (CSR) as described in RFC 2986 [22] and then PEM encoded, using the <<signcertificaterequest,SignCertificateRequest>> message.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
csr: string;
|
|
22
|
+
certificateType?: CertificateSigningUseEnumType;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
26
|
+
*/
|
|
27
|
+
export interface CustomDataType {
|
|
28
|
+
vendorId: string;
|
|
29
|
+
[k: string]: unknown;
|
|
30
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Specifies whether the CSMS can process the request.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export type GenericStatusEnumType = "Accepted" | "Rejected";
|
|
13
|
+
|
|
14
|
+
export interface UrnOCPPCp220203SignCertificateResponse {
|
|
15
|
+
customData?: CustomDataType;
|
|
16
|
+
status: GenericStatusEnumType;
|
|
17
|
+
statusInfo?: StatusInfoType;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
21
|
+
*/
|
|
22
|
+
export interface CustomDataType {
|
|
23
|
+
vendorId: string;
|
|
24
|
+
[k: string]: unknown;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Element providing more information about the status.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export interface StatusInfoType {
|
|
31
|
+
customData?: CustomDataType;
|
|
32
|
+
/**
|
|
33
|
+
* A predefined code for the reason why the status is returned in this response. The string is case-insensitive.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
reasonCode: string;
|
|
37
|
+
/**
|
|
38
|
+
* Additional text to provide detailed information.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
additionalInfo?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* This contains the current status of the Connector.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export type ConnectorStatusEnumType = "Available" | "Occupied" | "Reserved" | "Unavailable" | "Faulted";
|
|
13
|
+
|
|
14
|
+
export interface UrnOCPPCp220203StatusNotificationRequest {
|
|
15
|
+
customData?: CustomDataType;
|
|
16
|
+
/**
|
|
17
|
+
* The time for which the status is reported. If absent time of receipt of the message will be assumed.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
timestamp: string;
|
|
21
|
+
connectorStatus: ConnectorStatusEnumType;
|
|
22
|
+
/**
|
|
23
|
+
* The id of the EVSE to which the connector belongs for which the the status is reported.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
evseId: number;
|
|
27
|
+
/**
|
|
28
|
+
* The id of the connector within the EVSE for which the status is reported.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
connectorId: number;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
35
|
+
*/
|
|
36
|
+
export interface CustomDataType {
|
|
37
|
+
vendorId: string;
|
|
38
|
+
[k: string]: unknown;
|
|
39
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
export interface UrnOCPPCp220203StatusNotificationResponse {
|
|
9
|
+
customData?: CustomDataType;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.
|
|
13
|
+
*/
|
|
14
|
+
export interface CustomDataType {
|
|
15
|
+
vendorId: string;
|
|
16
|
+
[k: string]: unknown;
|
|
17
|
+
}
|