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,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
+
"$id": "urn:OCPP:Cp:2:2018:4:SetVariablesResponse",
|
|
4
|
+
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"AttributeEnumType": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"default": "Actual",
|
|
9
|
+
"additionalProperties": true,
|
|
10
|
+
"enum": [
|
|
11
|
+
"Actual",
|
|
12
|
+
"Target",
|
|
13
|
+
"MinSet",
|
|
14
|
+
"MaxSet"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"SetVariableStatusEnumType": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"additionalProperties": true,
|
|
20
|
+
"enum": [
|
|
21
|
+
"Accepted",
|
|
22
|
+
"Rejected",
|
|
23
|
+
"InvalidValue",
|
|
24
|
+
"UnknownComponent",
|
|
25
|
+
"UnknownVariable",
|
|
26
|
+
"NotSupportedAttributeType",
|
|
27
|
+
"OutOfRange",
|
|
28
|
+
"RebootRequired"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"ComponentType": {
|
|
32
|
+
"javaType": "Component",
|
|
33
|
+
"type": "object",
|
|
34
|
+
"additionalProperties": true,
|
|
35
|
+
"properties": {
|
|
36
|
+
"evse": {
|
|
37
|
+
"$ref": "#/definitions/EVSEType"
|
|
38
|
+
},
|
|
39
|
+
"name": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"maxLength": 50
|
|
42
|
+
},
|
|
43
|
+
"instance": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"maxLength": 50
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"name"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"EVSEType": {
|
|
53
|
+
"javaType": "EVSE",
|
|
54
|
+
"type": "object",
|
|
55
|
+
"additionalProperties": true,
|
|
56
|
+
"properties": {
|
|
57
|
+
"id": {
|
|
58
|
+
"type": "integer"
|
|
59
|
+
},
|
|
60
|
+
"connectorId": {
|
|
61
|
+
"type": "integer"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": [
|
|
65
|
+
"id"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"SetVariableResultType": {
|
|
69
|
+
"javaType": "SetVariableResult",
|
|
70
|
+
"type": "object",
|
|
71
|
+
"additionalProperties": true,
|
|
72
|
+
"properties": {
|
|
73
|
+
"attributeType": {
|
|
74
|
+
"$ref": "#/definitions/AttributeEnumType"
|
|
75
|
+
},
|
|
76
|
+
"attributeStatus": {
|
|
77
|
+
"$ref": "#/definitions/SetVariableStatusEnumType"
|
|
78
|
+
},
|
|
79
|
+
"component": {
|
|
80
|
+
"$ref": "#/definitions/ComponentType"
|
|
81
|
+
},
|
|
82
|
+
"variable": {
|
|
83
|
+
"$ref": "#/definitions/VariableType"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"required": [
|
|
87
|
+
"attributeStatus",
|
|
88
|
+
"component",
|
|
89
|
+
"variable"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"VariableType": {
|
|
93
|
+
"javaType": "Variable",
|
|
94
|
+
"type": "object",
|
|
95
|
+
"additionalProperties": true,
|
|
96
|
+
"properties": {
|
|
97
|
+
"name": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"maxLength": 50
|
|
100
|
+
},
|
|
101
|
+
"instance": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"maxLength": 50
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"name"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"type": "object",
|
|
112
|
+
"additionalProperties": true,
|
|
113
|
+
"properties": {
|
|
114
|
+
"setVariableResult": {
|
|
115
|
+
"type": "array",
|
|
116
|
+
"additionalItems": false,
|
|
117
|
+
"items": {
|
|
118
|
+
"$ref": "#/definitions/SetVariableResultType"
|
|
119
|
+
},
|
|
120
|
+
"minItems": 1
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"required": [
|
|
124
|
+
"setVariableResult"
|
|
125
|
+
]
|
|
126
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
+
"$id": "urn:OCPP:Cp:2:2018:4:SignCertificateRequest",
|
|
4
|
+
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"csr": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"maxLength": 800
|
|
11
|
+
},
|
|
12
|
+
"typeOfCertificate": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"additionalProperties": true,
|
|
15
|
+
"enum": [
|
|
16
|
+
"ChargingStationCertificate",
|
|
17
|
+
"V2GCertificate"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": [
|
|
22
|
+
"csr"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
+
"$id": "urn:OCPP:Cp:2:2018:4:SignCertificateResponse",
|
|
4
|
+
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"status": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"additionalProperties": true,
|
|
11
|
+
"enum": [
|
|
12
|
+
"Accepted",
|
|
13
|
+
"Rejected"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"status"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
+
"$id": "urn:OCPP:Cp:2:2018:4:StatusNotificationRequest",
|
|
4
|
+
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"timestamp": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"format": "date-time"
|
|
11
|
+
},
|
|
12
|
+
"connectorStatus": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"additionalProperties": true,
|
|
15
|
+
"enum": [
|
|
16
|
+
"Available",
|
|
17
|
+
"Occupied",
|
|
18
|
+
"Reserved",
|
|
19
|
+
"Unavailable",
|
|
20
|
+
"Faulted"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"evseId": {
|
|
24
|
+
"type": "integer"
|
|
25
|
+
},
|
|
26
|
+
"connectorId": {
|
|
27
|
+
"type": "integer"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"required": [
|
|
31
|
+
"timestamp",
|
|
32
|
+
"connectorStatus",
|
|
33
|
+
"evseId",
|
|
34
|
+
"connectorId"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
3
|
+
"$id": "urn:OCPP:Cp:2:2018:4:TransactionEventRequest",
|
|
4
|
+
"comment": "OCPP 2.0 - v1p0",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"ChargingStateEnumType": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"additionalProperties": true,
|
|
9
|
+
"enum": [
|
|
10
|
+
"Charging",
|
|
11
|
+
"EVDetected",
|
|
12
|
+
"SuspendedEV",
|
|
13
|
+
"SuspendedEVSE"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"EncodingMethodEnumType": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"additionalProperties": true,
|
|
19
|
+
"enum": [
|
|
20
|
+
"Other",
|
|
21
|
+
"DLMS Message",
|
|
22
|
+
"COSEM Protected Data",
|
|
23
|
+
"EDL"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"IdTokenEnumType": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"additionalProperties": true,
|
|
29
|
+
"enum": [
|
|
30
|
+
"Central",
|
|
31
|
+
"eMAID",
|
|
32
|
+
"ISO14443",
|
|
33
|
+
"KeyCode",
|
|
34
|
+
"Local",
|
|
35
|
+
"NoAuthorization",
|
|
36
|
+
"ISO15693"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"LocationEnumType": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"additionalProperties": true,
|
|
42
|
+
"enum": [
|
|
43
|
+
"Body",
|
|
44
|
+
"Cable",
|
|
45
|
+
"EV",
|
|
46
|
+
"Inlet",
|
|
47
|
+
"Outlet"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"MeasurandEnumType": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"additionalProperties": true,
|
|
53
|
+
"enum": [
|
|
54
|
+
"Current.Export",
|
|
55
|
+
"Current.Import",
|
|
56
|
+
"Current.Offered",
|
|
57
|
+
"Energy.Active.Export.Register",
|
|
58
|
+
"Energy.Active.Import.Register",
|
|
59
|
+
"Energy.Reactive.Export.Register",
|
|
60
|
+
"Energy.Reactive.Import.Register",
|
|
61
|
+
"Energy.Active.Export.Interval",
|
|
62
|
+
"Energy.Active.Import.Interval",
|
|
63
|
+
"Energy.Active.Net",
|
|
64
|
+
"Energy.Reactive.Export.Interval",
|
|
65
|
+
"Energy.Reactive.Import.Interval",
|
|
66
|
+
"Energy.Reactive.Net",
|
|
67
|
+
"Energy.Apparent.Net",
|
|
68
|
+
"Energy.Apparent.Import",
|
|
69
|
+
"Energy.Apparent.Export",
|
|
70
|
+
"Frequency",
|
|
71
|
+
"Power.Active.Export",
|
|
72
|
+
"Power.Active.Import",
|
|
73
|
+
"Power.Factor",
|
|
74
|
+
"Power.Offered",
|
|
75
|
+
"Power.Reactive.Export",
|
|
76
|
+
"Power.Reactive.Import",
|
|
77
|
+
"SoC",
|
|
78
|
+
"Voltage"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"PhaseEnumType": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"additionalProperties": true,
|
|
84
|
+
"enum": [
|
|
85
|
+
"L1",
|
|
86
|
+
"L2",
|
|
87
|
+
"L3",
|
|
88
|
+
"N",
|
|
89
|
+
"L1-N",
|
|
90
|
+
"L2-N",
|
|
91
|
+
"L3-N",
|
|
92
|
+
"L1-L2",
|
|
93
|
+
"L2-L3",
|
|
94
|
+
"L3-L1"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"ReadingContextEnumType": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"additionalProperties": true,
|
|
100
|
+
"enum": [
|
|
101
|
+
"Interruption.Begin",
|
|
102
|
+
"Interruption.End",
|
|
103
|
+
"Other",
|
|
104
|
+
"Sample.Clock",
|
|
105
|
+
"Sample.Periodic",
|
|
106
|
+
"Transaction.Begin",
|
|
107
|
+
"Transaction.End",
|
|
108
|
+
"Trigger"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
"ReasonEnumType": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"additionalProperties": true,
|
|
114
|
+
"enum": [
|
|
115
|
+
"DeAuthorized",
|
|
116
|
+
"EmergencyStop",
|
|
117
|
+
"EnergyLimitReached",
|
|
118
|
+
"EVDisconnected",
|
|
119
|
+
"GroundFault",
|
|
120
|
+
"ImmediateReset",
|
|
121
|
+
"Local",
|
|
122
|
+
"LocalOutOfCredit",
|
|
123
|
+
"MasterPass",
|
|
124
|
+
"Other",
|
|
125
|
+
"OvercurrentFault",
|
|
126
|
+
"PowerLoss",
|
|
127
|
+
"PowerQuality",
|
|
128
|
+
"Reboot",
|
|
129
|
+
"Remote",
|
|
130
|
+
"SOCLimitReached",
|
|
131
|
+
"StoppedByEV",
|
|
132
|
+
"TimeLimitReached",
|
|
133
|
+
"Timeout",
|
|
134
|
+
"UnlockCommand"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"SignatureMethodEnumType": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"additionalProperties": true,
|
|
140
|
+
"enum": [
|
|
141
|
+
"ECDSAP256SHA256",
|
|
142
|
+
"ECDSAP384SHA384",
|
|
143
|
+
"ECDSA192SHA256"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
"TransactionEventEnumType": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"additionalProperties": true,
|
|
149
|
+
"enum": [
|
|
150
|
+
"Ended",
|
|
151
|
+
"Started",
|
|
152
|
+
"Updated"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
"TriggerReasonEnumType": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"additionalProperties": true,
|
|
158
|
+
"enum": [
|
|
159
|
+
"Authorized",
|
|
160
|
+
"CablePluggedIn",
|
|
161
|
+
"ChargingRateChanged",
|
|
162
|
+
"ChargingStateChanged",
|
|
163
|
+
"Deauthorized",
|
|
164
|
+
"EnergyLimitReached",
|
|
165
|
+
"EVCommunicationLost",
|
|
166
|
+
"EVConnectTimeout",
|
|
167
|
+
"MeterValueClock",
|
|
168
|
+
"MeterValuePeriodic",
|
|
169
|
+
"TimeLimitReached",
|
|
170
|
+
"Trigger",
|
|
171
|
+
"UnlockCommand",
|
|
172
|
+
"StopAuthorized",
|
|
173
|
+
"EVDeparted",
|
|
174
|
+
"EVDetected",
|
|
175
|
+
"RemoteStop",
|
|
176
|
+
"RemoteStart"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"AdditionalInfoType": {
|
|
180
|
+
"javaType": "AdditionalInfo",
|
|
181
|
+
"type": "object",
|
|
182
|
+
"additionalProperties": true,
|
|
183
|
+
"properties": {
|
|
184
|
+
"additionalIdToken": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"maxLength": 36
|
|
187
|
+
},
|
|
188
|
+
"type": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"maxLength": 50
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": [
|
|
194
|
+
"additionalIdToken",
|
|
195
|
+
"type"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"EVSEType": {
|
|
199
|
+
"javaType": "EVSE",
|
|
200
|
+
"type": "object",
|
|
201
|
+
"additionalProperties": true,
|
|
202
|
+
"properties": {
|
|
203
|
+
"id": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"connectorId": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"required": [
|
|
211
|
+
"id"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"IdTokenType": {
|
|
215
|
+
"javaType": "IdToken",
|
|
216
|
+
"type": "object",
|
|
217
|
+
"additionalProperties": true,
|
|
218
|
+
"properties": {
|
|
219
|
+
"additionalInfo": {
|
|
220
|
+
"type": "array",
|
|
221
|
+
"additionalItems": false,
|
|
222
|
+
"items": {
|
|
223
|
+
"$ref": "#/definitions/AdditionalInfoType"
|
|
224
|
+
},
|
|
225
|
+
"minItems": 1
|
|
226
|
+
},
|
|
227
|
+
"idToken": {
|
|
228
|
+
"type": "string",
|
|
229
|
+
"maxLength": 36
|
|
230
|
+
},
|
|
231
|
+
"type": {
|
|
232
|
+
"$ref": "#/definitions/IdTokenEnumType"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"required": [
|
|
236
|
+
"idToken",
|
|
237
|
+
"type"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"MeterValueType": {
|
|
241
|
+
"javaType": "MeterValue",
|
|
242
|
+
"type": "object",
|
|
243
|
+
"additionalProperties": true,
|
|
244
|
+
"properties": {
|
|
245
|
+
"sampledValue": {
|
|
246
|
+
"type": "array",
|
|
247
|
+
"additionalItems": false,
|
|
248
|
+
"items": {
|
|
249
|
+
"$ref": "#/definitions/SampledValueType"
|
|
250
|
+
},
|
|
251
|
+
"minItems": 1
|
|
252
|
+
},
|
|
253
|
+
"timestamp": {
|
|
254
|
+
"type": "string",
|
|
255
|
+
"format": "date-time"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"required": [
|
|
259
|
+
"timestamp",
|
|
260
|
+
"sampledValue"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"SampledValueType": {
|
|
264
|
+
"javaType": "SampledValue",
|
|
265
|
+
"type": "object",
|
|
266
|
+
"additionalProperties": true,
|
|
267
|
+
"properties": {
|
|
268
|
+
"value": {
|
|
269
|
+
"type": "number"
|
|
270
|
+
},
|
|
271
|
+
"context": {
|
|
272
|
+
"$ref": "#/definitions/ReadingContextEnumType"
|
|
273
|
+
},
|
|
274
|
+
"measurand": {
|
|
275
|
+
"$ref": "#/definitions/MeasurandEnumType"
|
|
276
|
+
},
|
|
277
|
+
"phase": {
|
|
278
|
+
"$ref": "#/definitions/PhaseEnumType"
|
|
279
|
+
},
|
|
280
|
+
"location": {
|
|
281
|
+
"$ref": "#/definitions/LocationEnumType"
|
|
282
|
+
},
|
|
283
|
+
"signedMeterValue": {
|
|
284
|
+
"$ref": "#/definitions/SignedMeterValueType"
|
|
285
|
+
},
|
|
286
|
+
"unitOfMeasure": {
|
|
287
|
+
"$ref": "#/definitions/UnitOfMeasureType"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"required": [
|
|
291
|
+
"value"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"SignedMeterValueType": {
|
|
295
|
+
"javaType": "SignedMeterValue",
|
|
296
|
+
"type": "object",
|
|
297
|
+
"additionalProperties": true,
|
|
298
|
+
"properties": {
|
|
299
|
+
"meterValueSignature": {
|
|
300
|
+
"type": "string",
|
|
301
|
+
"maxLength": 2500
|
|
302
|
+
},
|
|
303
|
+
"signatureMethod": {
|
|
304
|
+
"$ref": "#/definitions/SignatureMethodEnumType"
|
|
305
|
+
},
|
|
306
|
+
"encodingMethod": {
|
|
307
|
+
"$ref": "#/definitions/EncodingMethodEnumType"
|
|
308
|
+
},
|
|
309
|
+
"encodedMeterValue": {
|
|
310
|
+
"type": "string",
|
|
311
|
+
"maxLength": 512
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"required": [
|
|
315
|
+
"meterValueSignature",
|
|
316
|
+
"signatureMethod",
|
|
317
|
+
"encodingMethod",
|
|
318
|
+
"encodedMeterValue"
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
"TransactionType": {
|
|
322
|
+
"javaType": "Transaction",
|
|
323
|
+
"type": "object",
|
|
324
|
+
"additionalProperties": true,
|
|
325
|
+
"properties": {
|
|
326
|
+
"id": {
|
|
327
|
+
"type": "string",
|
|
328
|
+
"maxLength": 36
|
|
329
|
+
},
|
|
330
|
+
"chargingState": {
|
|
331
|
+
"$ref": "#/definitions/ChargingStateEnumType"
|
|
332
|
+
},
|
|
333
|
+
"timeSpentCharging": {
|
|
334
|
+
"type": "integer"
|
|
335
|
+
},
|
|
336
|
+
"stoppedReason": {
|
|
337
|
+
"$ref": "#/definitions/ReasonEnumType"
|
|
338
|
+
},
|
|
339
|
+
"remoteStartId": {
|
|
340
|
+
"type": "integer"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"required": [
|
|
344
|
+
"id"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"UnitOfMeasureType": {
|
|
348
|
+
"javaType": "UnitOfMeasure",
|
|
349
|
+
"type": "object",
|
|
350
|
+
"additionalProperties": true,
|
|
351
|
+
"properties": {
|
|
352
|
+
"unit": {
|
|
353
|
+
"type": "string",
|
|
354
|
+
"maxLength": 20
|
|
355
|
+
},
|
|
356
|
+
"multiplier": {
|
|
357
|
+
"type": "integer"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"type": "object",
|
|
363
|
+
"additionalProperties": true,
|
|
364
|
+
"properties": {
|
|
365
|
+
"eventType": {
|
|
366
|
+
"$ref": "#/definitions/TransactionEventEnumType"
|
|
367
|
+
},
|
|
368
|
+
"meterValue": {
|
|
369
|
+
"type": "array",
|
|
370
|
+
"additionalItems": false,
|
|
371
|
+
"items": {
|
|
372
|
+
"$ref": "#/definitions/MeterValueType"
|
|
373
|
+
},
|
|
374
|
+
"minItems": 1
|
|
375
|
+
},
|
|
376
|
+
"timestamp": {
|
|
377
|
+
"type": "string",
|
|
378
|
+
"format": "date-time"
|
|
379
|
+
},
|
|
380
|
+
"triggerReason": {
|
|
381
|
+
"$ref": "#/definitions/TriggerReasonEnumType"
|
|
382
|
+
},
|
|
383
|
+
"seqNo": {
|
|
384
|
+
"type": "integer"
|
|
385
|
+
},
|
|
386
|
+
"offline": {
|
|
387
|
+
"type": "boolean"
|
|
388
|
+
},
|
|
389
|
+
"numberOfPhasesUsed": {
|
|
390
|
+
"type": "integer"
|
|
391
|
+
},
|
|
392
|
+
"cableMaxCurrent": {
|
|
393
|
+
"type": "number"
|
|
394
|
+
},
|
|
395
|
+
"reservationId": {
|
|
396
|
+
"type": "integer"
|
|
397
|
+
},
|
|
398
|
+
"transactionData": {
|
|
399
|
+
"$ref": "#/definitions/TransactionType"
|
|
400
|
+
},
|
|
401
|
+
"evse": {
|
|
402
|
+
"$ref": "#/definitions/EVSEType"
|
|
403
|
+
},
|
|
404
|
+
"idToken": {
|
|
405
|
+
"$ref": "#/definitions/IdTokenType"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"required": [
|
|
409
|
+
"eventType",
|
|
410
|
+
"timestamp",
|
|
411
|
+
"triggerReason",
|
|
412
|
+
"seqNo",
|
|
413
|
+
"transactionData"
|
|
414
|
+
]
|
|
415
|
+
}
|