Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Authorize = ocppj.Message[ messages.AuthorizeRequest, messages.AuthorizeResponse, ]{Action: "Authorize", Direction: ocppj.SentByCP}
Authorize is the OCPP Authorize message (SentByCP).
var BootNotification = ocppj.Message[ messages.BootNotificationRequest, messages.BootNotificationResponse, ]{Action: "BootNotification", Direction: ocppj.SentByCP}
BootNotification is the OCPP BootNotification message (SentByCP).
var CancelReservation = ocppj.Message[ messages.CancelReservationRequest, messages.CancelReservationResponse, ]{Action: "CancelReservation", Direction: ocppj.SentByCSMS}
CancelReservation is the OCPP CancelReservation message (SentByCSMS).
var CertificateSigned = ocppj.Message[ messages.CertificateSignedRequest, messages.CertificateSignedResponse, ]{Action: "CertificateSigned", Direction: ocppj.SentByCSMS}
CertificateSigned is the OCPP CertificateSigned message (SentByCSMS).
var ChangeAvailability = ocppj.Message[ messages.ChangeAvailabilityRequest, messages.ChangeAvailabilityResponse, ]{Action: "ChangeAvailability", Direction: ocppj.SentByCSMS}
ChangeAvailability is the OCPP ChangeAvailability message (SentByCSMS).
var ChangeConfiguration = ocppj.Message[ messages.ChangeConfigurationRequest, messages.ChangeConfigurationResponse, ]{Action: "ChangeConfiguration", Direction: ocppj.SentByCSMS}
ChangeConfiguration is the OCPP ChangeConfiguration message (SentByCSMS).
var ClearCache = ocppj.Message[ messages.ClearCacheRequest, messages.ClearCacheResponse, ]{Action: "ClearCache", Direction: ocppj.SentByCSMS}
ClearCache is the OCPP ClearCache message (SentByCSMS).
var ClearChargingProfile = ocppj.Message[ messages.ClearChargingProfileRequest, messages.ClearChargingProfileResponse, ]{Action: "ClearChargingProfile", Direction: ocppj.SentByCSMS}
ClearChargingProfile is the OCPP ClearChargingProfile message (SentByCSMS).
var DataTransfer = ocppj.Message[ messages.DataTransferRequest, messages.DataTransferResponse, ]{Action: "DataTransfer", Direction: ocppj.SentByBoth}
DataTransfer is the OCPP DataTransfer message (SentByBoth).
var DeleteCertificate = ocppj.Message[ messages.DeleteCertificateRequest, messages.DeleteCertificateResponse, ]{Action: "DeleteCertificate", Direction: ocppj.SentByCSMS}
DeleteCertificate is the OCPP DeleteCertificate message (SentByCSMS).
var DiagnosticsStatusNotification = ocppj.Message[ messages.DiagnosticsStatusNotificationRequest, messages.DiagnosticsStatusNotificationResponse, ]{Action: "DiagnosticsStatusNotification", Direction: ocppj.SentByCP}
DiagnosticsStatusNotification is the OCPP DiagnosticsStatusNotification message (SentByCP).
var ExtendedTriggerMessage = ocppj.Message[ messages.ExtendedTriggerMessageRequest, messages.ExtendedTriggerMessageResponse, ]{Action: "ExtendedTriggerMessage", Direction: ocppj.SentByCSMS}
ExtendedTriggerMessage is the OCPP ExtendedTriggerMessage message (SentByCSMS).
var FirmwareStatusNotification = ocppj.Message[ messages.FirmwareStatusNotificationRequest, messages.FirmwareStatusNotificationResponse, ]{Action: "FirmwareStatusNotification", Direction: ocppj.SentByCP}
FirmwareStatusNotification is the OCPP FirmwareStatusNotification message (SentByCP).
var GetCompositeSchedule = ocppj.Message[ messages.GetCompositeScheduleRequest, messages.GetCompositeScheduleResponse, ]{Action: "GetCompositeSchedule", Direction: ocppj.SentByCSMS}
GetCompositeSchedule is the OCPP GetCompositeSchedule message (SentByCSMS).
var GetConfiguration = ocppj.Message[ messages.GetConfigurationRequest, messages.GetConfigurationResponse, ]{Action: "GetConfiguration", Direction: ocppj.SentByCSMS}
GetConfiguration is the OCPP GetConfiguration message (SentByCSMS).
var GetDiagnostics = ocppj.Message[ messages.GetDiagnosticsRequest, messages.GetDiagnosticsResponse, ]{Action: "GetDiagnostics", Direction: ocppj.SentByCSMS}
GetDiagnostics is the OCPP GetDiagnostics message (SentByCSMS).
var GetInstalledCertificateIds = ocppj.Message[ messages.GetInstalledCertificateIdsRequest, messages.GetInstalledCertificateIdsResponse, ]{Action: "GetInstalledCertificateIds", Direction: ocppj.SentByCSMS}
GetInstalledCertificateIds is the OCPP GetInstalledCertificateIds message (SentByCSMS).
var GetLocalListVersion = ocppj.Message[ messages.GetLocalListVersionRequest, messages.GetLocalListVersionResponse, ]{Action: "GetLocalListVersion", Direction: ocppj.SentByCSMS}
GetLocalListVersion is the OCPP GetLocalListVersion message (SentByCSMS).
var GetLog = ocppj.Message[ messages.GetLogRequest, messages.GetLogResponse, ]{Action: "GetLog", Direction: ocppj.SentByCSMS}
GetLog is the OCPP GetLog message (SentByCSMS).
var Heartbeat = ocppj.Message[ messages.HeartbeatRequest, messages.HeartbeatResponse, ]{Action: "Heartbeat", Direction: ocppj.SentByCP}
Heartbeat is the OCPP Heartbeat message (SentByCP).
var InstallCertificate = ocppj.Message[ messages.InstallCertificateRequest, messages.InstallCertificateResponse, ]{Action: "InstallCertificate", Direction: ocppj.SentByCSMS}
InstallCertificate is the OCPP InstallCertificate message (SentByCSMS).
var LogStatusNotification = ocppj.Message[ messages.LogStatusNotificationRequest, messages.LogStatusNotificationResponse, ]{Action: "LogStatusNotification", Direction: ocppj.SentByCP}
LogStatusNotification is the OCPP LogStatusNotification message (SentByCP).
var MeterValues = ocppj.Message[ messages.MeterValuesRequest, messages.MeterValuesResponse, ]{Action: "MeterValues", Direction: ocppj.SentByCP}
MeterValues is the OCPP MeterValues message (SentByCP).
var RemoteStartTransaction = ocppj.Message[ messages.RemoteStartTransactionRequest, messages.RemoteStartTransactionResponse, ]{Action: "RemoteStartTransaction", Direction: ocppj.SentByCSMS}
RemoteStartTransaction is the OCPP RemoteStartTransaction message (SentByCSMS).
var RemoteStopTransaction = ocppj.Message[ messages.RemoteStopTransactionRequest, messages.RemoteStopTransactionResponse, ]{Action: "RemoteStopTransaction", Direction: ocppj.SentByCSMS}
RemoteStopTransaction is the OCPP RemoteStopTransaction message (SentByCSMS).
var ReserveNow = ocppj.Message[ messages.ReserveNowRequest, messages.ReserveNowResponse, ]{Action: "ReserveNow", Direction: ocppj.SentByCSMS}
ReserveNow is the OCPP ReserveNow message (SentByCSMS).
var Reset = ocppj.Message[ messages.ResetRequest, messages.ResetResponse, ]{Action: "Reset", Direction: ocppj.SentByCSMS}
Reset is the OCPP Reset message (SentByCSMS).
var SecurityEventNotification = ocppj.Message[ messages.SecurityEventNotificationRequest, messages.SecurityEventNotificationResponse, ]{Action: "SecurityEventNotification", Direction: ocppj.SentByCP}
SecurityEventNotification is the OCPP SecurityEventNotification message (SentByCP).
var SendLocalList = ocppj.Message[ messages.SendLocalListRequest, messages.SendLocalListResponse, ]{Action: "SendLocalList", Direction: ocppj.SentByCSMS}
SendLocalList is the OCPP SendLocalList message (SentByCSMS).
var SetChargingProfile = ocppj.Message[ messages.SetChargingProfileRequest, messages.SetChargingProfileResponse, ]{Action: "SetChargingProfile", Direction: ocppj.SentByCSMS}
SetChargingProfile is the OCPP SetChargingProfile message (SentByCSMS).
var SignCertificate = ocppj.Message[ messages.SignCertificateRequest, messages.SignCertificateResponse, ]{Action: "SignCertificate", Direction: ocppj.SentByCP}
SignCertificate is the OCPP SignCertificate message (SentByCP).
var SignedFirmwareStatusNotification = ocppj.Message[ messages.SignedFirmwareStatusNotificationRequest, messages.SignedFirmwareStatusNotificationResponse, ]{Action: "SignedFirmwareStatusNotification", Direction: ocppj.SentByCP}
SignedFirmwareStatusNotification is the OCPP SignedFirmwareStatusNotification message (SentByCP).
var SignedUpdateFirmware = ocppj.Message[ messages.SignedUpdateFirmwareRequest, messages.SignedUpdateFirmwareResponse, ]{Action: "SignedUpdateFirmware", Direction: ocppj.SentByCSMS}
SignedUpdateFirmware is the OCPP SignedUpdateFirmware message (SentByCSMS).
var StartTransaction = ocppj.Message[ messages.StartTransactionRequest, messages.StartTransactionResponse, ]{Action: "StartTransaction", Direction: ocppj.SentByCP}
StartTransaction is the OCPP StartTransaction message (SentByCP).
var StatusNotification = ocppj.Message[ messages.StatusNotificationRequest, messages.StatusNotificationResponse, ]{Action: "StatusNotification", Direction: ocppj.SentByCP}
StatusNotification is the OCPP StatusNotification message (SentByCP).
var StopTransaction = ocppj.Message[ messages.StopTransactionRequest, messages.StopTransactionResponse, ]{Action: "StopTransaction", Direction: ocppj.SentByCP}
StopTransaction is the OCPP StopTransaction message (SentByCP).
var TriggerMessage = ocppj.Message[ messages.TriggerMessageRequest, messages.TriggerMessageResponse, ]{Action: "TriggerMessage", Direction: ocppj.SentByCSMS}
TriggerMessage is the OCPP TriggerMessage message (SentByCSMS).
var UnlockConnector = ocppj.Message[ messages.UnlockConnectorRequest, messages.UnlockConnectorResponse, ]{Action: "UnlockConnector", Direction: ocppj.SentByCSMS}
UnlockConnector is the OCPP UnlockConnector message (SentByCSMS).
var UpdateFirmware = ocppj.Message[ messages.UpdateFirmwareRequest, messages.UpdateFirmwareResponse, ]{Action: "UpdateFirmware", Direction: ocppj.SentByCSMS}
UpdateFirmware is the OCPP UpdateFirmware message (SentByCSMS).
Functions ¶
func RegisterSchemas ¶
RegisterSchemas registers all v16 request/response schemas.
Types ¶
This section is empty.