profiles

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Authorize = ocppj.Message[
	messages.AuthorizeRequest,
	messages.AuthorizeResponse,
]{Action: "Authorize", Direction: ocppj.SentByCP}

Authorize is the OCPP Authorize message (SentByCP).

View Source
var BootNotification = ocppj.Message[
	messages.BootNotificationRequest,
	messages.BootNotificationResponse,
]{Action: "BootNotification", Direction: ocppj.SentByCP}

BootNotification is the OCPP BootNotification message (SentByCP).

View Source
var CancelReservation = ocppj.Message[
	messages.CancelReservationRequest,
	messages.CancelReservationResponse,
]{Action: "CancelReservation", Direction: ocppj.SentByCSMS}

CancelReservation is the OCPP CancelReservation message (SentByCSMS).

View Source
var CertificateSigned = ocppj.Message[
	messages.CertificateSignedRequest,
	messages.CertificateSignedResponse,
]{Action: "CertificateSigned", Direction: ocppj.SentByCSMS}

CertificateSigned is the OCPP CertificateSigned message (SentByCSMS).

View Source
var ChangeAvailability = ocppj.Message[
	messages.ChangeAvailabilityRequest,
	messages.ChangeAvailabilityResponse,
]{Action: "ChangeAvailability", Direction: ocppj.SentByCSMS}

ChangeAvailability is the OCPP ChangeAvailability message (SentByCSMS).

View Source
var ChangeConfiguration = ocppj.Message[
	messages.ChangeConfigurationRequest,
	messages.ChangeConfigurationResponse,
]{Action: "ChangeConfiguration", Direction: ocppj.SentByCSMS}

ChangeConfiguration is the OCPP ChangeConfiguration message (SentByCSMS).

View Source
var ClearCache = ocppj.Message[
	messages.ClearCacheRequest,
	messages.ClearCacheResponse,
]{Action: "ClearCache", Direction: ocppj.SentByCSMS}

ClearCache is the OCPP ClearCache message (SentByCSMS).

View Source
var ClearChargingProfile = ocppj.Message[
	messages.ClearChargingProfileRequest,
	messages.ClearChargingProfileResponse,
]{Action: "ClearChargingProfile", Direction: ocppj.SentByCSMS}

ClearChargingProfile is the OCPP ClearChargingProfile message (SentByCSMS).

View Source
var DataTransfer = ocppj.Message[
	messages.DataTransferRequest,
	messages.DataTransferResponse,
]{Action: "DataTransfer", Direction: ocppj.SentByBoth}

DataTransfer is the OCPP DataTransfer message (SentByBoth).

View Source
var DeleteCertificate = ocppj.Message[
	messages.DeleteCertificateRequest,
	messages.DeleteCertificateResponse,
]{Action: "DeleteCertificate", Direction: ocppj.SentByCSMS}

DeleteCertificate is the OCPP DeleteCertificate message (SentByCSMS).

View Source
var DiagnosticsStatusNotification = ocppj.Message[
	messages.DiagnosticsStatusNotificationRequest,
	messages.DiagnosticsStatusNotificationResponse,
]{Action: "DiagnosticsStatusNotification", Direction: ocppj.SentByCP}

DiagnosticsStatusNotification is the OCPP DiagnosticsStatusNotification message (SentByCP).

View Source
var ExtendedTriggerMessage = ocppj.Message[
	messages.ExtendedTriggerMessageRequest,
	messages.ExtendedTriggerMessageResponse,
]{Action: "ExtendedTriggerMessage", Direction: ocppj.SentByCSMS}

ExtendedTriggerMessage is the OCPP ExtendedTriggerMessage message (SentByCSMS).

View Source
var FirmwareStatusNotification = ocppj.Message[
	messages.FirmwareStatusNotificationRequest,
	messages.FirmwareStatusNotificationResponse,
]{Action: "FirmwareStatusNotification", Direction: ocppj.SentByCP}

FirmwareStatusNotification is the OCPP FirmwareStatusNotification message (SentByCP).

View Source
var GetCompositeSchedule = ocppj.Message[
	messages.GetCompositeScheduleRequest,
	messages.GetCompositeScheduleResponse,
]{Action: "GetCompositeSchedule", Direction: ocppj.SentByCSMS}

GetCompositeSchedule is the OCPP GetCompositeSchedule message (SentByCSMS).

View Source
var GetConfiguration = ocppj.Message[
	messages.GetConfigurationRequest,
	messages.GetConfigurationResponse,
]{Action: "GetConfiguration", Direction: ocppj.SentByCSMS}

GetConfiguration is the OCPP GetConfiguration message (SentByCSMS).

View Source
var GetDiagnostics = ocppj.Message[
	messages.GetDiagnosticsRequest,
	messages.GetDiagnosticsResponse,
]{Action: "GetDiagnostics", Direction: ocppj.SentByCSMS}

GetDiagnostics is the OCPP GetDiagnostics message (SentByCSMS).

View Source
var GetInstalledCertificateIds = ocppj.Message[
	messages.GetInstalledCertificateIdsRequest,
	messages.GetInstalledCertificateIdsResponse,
]{Action: "GetInstalledCertificateIds", Direction: ocppj.SentByCSMS}

GetInstalledCertificateIds is the OCPP GetInstalledCertificateIds message (SentByCSMS).

View Source
var GetLocalListVersion = ocppj.Message[
	messages.GetLocalListVersionRequest,
	messages.GetLocalListVersionResponse,
]{Action: "GetLocalListVersion", Direction: ocppj.SentByCSMS}

GetLocalListVersion is the OCPP GetLocalListVersion message (SentByCSMS).

View Source
var GetLog = ocppj.Message[
	messages.GetLogRequest,
	messages.GetLogResponse,
]{Action: "GetLog", Direction: ocppj.SentByCSMS}

GetLog is the OCPP GetLog message (SentByCSMS).

View Source
var Heartbeat = ocppj.Message[
	messages.HeartbeatRequest,
	messages.HeartbeatResponse,
]{Action: "Heartbeat", Direction: ocppj.SentByCP}

Heartbeat is the OCPP Heartbeat message (SentByCP).

View Source
var InstallCertificate = ocppj.Message[
	messages.InstallCertificateRequest,
	messages.InstallCertificateResponse,
]{Action: "InstallCertificate", Direction: ocppj.SentByCSMS}

InstallCertificate is the OCPP InstallCertificate message (SentByCSMS).

View Source
var LogStatusNotification = ocppj.Message[
	messages.LogStatusNotificationRequest,
	messages.LogStatusNotificationResponse,
]{Action: "LogStatusNotification", Direction: ocppj.SentByCP}

LogStatusNotification is the OCPP LogStatusNotification message (SentByCP).

View Source
var MeterValues = ocppj.Message[
	messages.MeterValuesRequest,
	messages.MeterValuesResponse,
]{Action: "MeterValues", Direction: ocppj.SentByCP}

MeterValues is the OCPP MeterValues message (SentByCP).

View Source
var RemoteStartTransaction = ocppj.Message[
	messages.RemoteStartTransactionRequest,
	messages.RemoteStartTransactionResponse,
]{Action: "RemoteStartTransaction", Direction: ocppj.SentByCSMS}

RemoteStartTransaction is the OCPP RemoteStartTransaction message (SentByCSMS).

View Source
var RemoteStopTransaction = ocppj.Message[
	messages.RemoteStopTransactionRequest,
	messages.RemoteStopTransactionResponse,
]{Action: "RemoteStopTransaction", Direction: ocppj.SentByCSMS}

RemoteStopTransaction is the OCPP RemoteStopTransaction message (SentByCSMS).

View Source
var ReserveNow = ocppj.Message[
	messages.ReserveNowRequest,
	messages.ReserveNowResponse,
]{Action: "ReserveNow", Direction: ocppj.SentByCSMS}

ReserveNow is the OCPP ReserveNow message (SentByCSMS).

View Source
var Reset = ocppj.Message[
	messages.ResetRequest,
	messages.ResetResponse,
]{Action: "Reset", Direction: ocppj.SentByCSMS}

Reset is the OCPP Reset message (SentByCSMS).

View Source
var SecurityEventNotification = ocppj.Message[
	messages.SecurityEventNotificationRequest,
	messages.SecurityEventNotificationResponse,
]{Action: "SecurityEventNotification", Direction: ocppj.SentByCP}

SecurityEventNotification is the OCPP SecurityEventNotification message (SentByCP).

View Source
var SendLocalList = ocppj.Message[
	messages.SendLocalListRequest,
	messages.SendLocalListResponse,
]{Action: "SendLocalList", Direction: ocppj.SentByCSMS}

SendLocalList is the OCPP SendLocalList message (SentByCSMS).

View Source
var SetChargingProfile = ocppj.Message[
	messages.SetChargingProfileRequest,
	messages.SetChargingProfileResponse,
]{Action: "SetChargingProfile", Direction: ocppj.SentByCSMS}

SetChargingProfile is the OCPP SetChargingProfile message (SentByCSMS).

View Source
var SignCertificate = ocppj.Message[
	messages.SignCertificateRequest,
	messages.SignCertificateResponse,
]{Action: "SignCertificate", Direction: ocppj.SentByCP}

SignCertificate is the OCPP SignCertificate message (SentByCP).

View Source
var SignedFirmwareStatusNotification = ocppj.Message[
	messages.SignedFirmwareStatusNotificationRequest,
	messages.SignedFirmwareStatusNotificationResponse,
]{Action: "SignedFirmwareStatusNotification", Direction: ocppj.SentByCP}

SignedFirmwareStatusNotification is the OCPP SignedFirmwareStatusNotification message (SentByCP).

View Source
var SignedUpdateFirmware = ocppj.Message[
	messages.SignedUpdateFirmwareRequest,
	messages.SignedUpdateFirmwareResponse,
]{Action: "SignedUpdateFirmware", Direction: ocppj.SentByCSMS}

SignedUpdateFirmware is the OCPP SignedUpdateFirmware message (SentByCSMS).

View Source
var StartTransaction = ocppj.Message[
	messages.StartTransactionRequest,
	messages.StartTransactionResponse,
]{Action: "StartTransaction", Direction: ocppj.SentByCP}

StartTransaction is the OCPP StartTransaction message (SentByCP).

View Source
var StatusNotification = ocppj.Message[
	messages.StatusNotificationRequest,
	messages.StatusNotificationResponse,
]{Action: "StatusNotification", Direction: ocppj.SentByCP}

StatusNotification is the OCPP StatusNotification message (SentByCP).

View Source
var StopTransaction = ocppj.Message[
	messages.StopTransactionRequest,
	messages.StopTransactionResponse,
]{Action: "StopTransaction", Direction: ocppj.SentByCP}

StopTransaction is the OCPP StopTransaction message (SentByCP).

View Source
var TriggerMessage = ocppj.Message[
	messages.TriggerMessageRequest,
	messages.TriggerMessageResponse,
]{Action: "TriggerMessage", Direction: ocppj.SentByCSMS}

TriggerMessage is the OCPP TriggerMessage message (SentByCSMS).

View Source
var UnlockConnector = ocppj.Message[
	messages.UnlockConnectorRequest,
	messages.UnlockConnectorResponse,
]{Action: "UnlockConnector", Direction: ocppj.SentByCSMS}

UnlockConnector is the OCPP UnlockConnector message (SentByCSMS).

View Source
var UpdateFirmware = ocppj.Message[
	messages.UpdateFirmwareRequest,
	messages.UpdateFirmwareResponse,
]{Action: "UpdateFirmware", Direction: ocppj.SentByCSMS}

UpdateFirmware is the OCPP UpdateFirmware message (SentByCSMS).

Functions

func RegisterSchemas

func RegisterSchemas(r *schema.Registry) error

RegisterSchemas registers all v16 request/response schemas.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL