profiles

package
v0.1.7 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 AFRRSignal = ocppj.Message[
	messages.AFRRSignalRequest,
	messages.AFRRSignalResponse,
]{Action: "AFRRSignal", Direction: ocppj.SentByCSMS}

AFRRSignal is the OCPP AFRRSignal message (SentByCSMS).

View Source
var AdjustPeriodicEventStream = ocppj.Message[
	messages.AdjustPeriodicEventStreamRequest,
	messages.AdjustPeriodicEventStreamResponse,
]{Action: "AdjustPeriodicEventStream", Direction: ocppj.SentByCSMS}

AdjustPeriodicEventStream is the OCPP AdjustPeriodicEventStream message (SentByCSMS).

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 BatterySwap = ocppj.Message[
	messages.BatterySwapRequest,
	messages.BatterySwapResponse,
]{Action: "BatterySwap", Direction: ocppj.SentByCSMS}

BatterySwap is the OCPP BatterySwap message (SentByCSMS).

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 ChangeTransactionTariff = ocppj.Message[
	messages.ChangeTransactionTariffRequest,
	messages.ChangeTransactionTariffResponse,
]{Action: "ChangeTransactionTariff", Direction: ocppj.SentByCSMS}

ChangeTransactionTariff is the OCPP ChangeTransactionTariff 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 ClearDERControl = ocppj.Message[
	messages.ClearDERControlRequest,
	messages.ClearDERControlResponse,
]{Action: "ClearDERControl", Direction: ocppj.SentByCSMS}

ClearDERControl is the OCPP ClearDERControl message (SentByCSMS).

View Source
var ClearDisplayMessage = ocppj.Message[
	messages.ClearDisplayMessageRequest,
	messages.ClearDisplayMessageResponse,
]{Action: "ClearDisplayMessage", Direction: ocppj.SentByCSMS}

ClearDisplayMessage is the OCPP ClearDisplayMessage message (SentByCSMS).

View Source
var ClearTariffs = ocppj.Message[
	messages.ClearTariffsRequest,
	messages.ClearTariffsResponse,
]{Action: "ClearTariffs", Direction: ocppj.SentByCSMS}

ClearTariffs is the OCPP ClearTariffs message (SentByCSMS).

View Source
var ClearVariableMonitoring = ocppj.Message[
	messages.ClearVariableMonitoringRequest,
	messages.ClearVariableMonitoringResponse,
]{Action: "ClearVariableMonitoring", Direction: ocppj.SentByCSMS}

ClearVariableMonitoring is the OCPP ClearVariableMonitoring message (SentByCSMS).

View Source
var ClearedChargingLimit = ocppj.Message[
	messages.ClearedChargingLimitRequest,
	messages.ClearedChargingLimitResponse,
]{Action: "ClearedChargingLimit", Direction: ocppj.SentByCP}

ClearedChargingLimit is the OCPP ClearedChargingLimit message (SentByCP).

View Source
var ClosePeriodicEventStream = ocppj.Message[
	messages.ClosePeriodicEventStreamRequest,
	messages.ClosePeriodicEventStreamResponse,
]{Action: "ClosePeriodicEventStream", Direction: ocppj.SentByCSMS}

ClosePeriodicEventStream is the OCPP ClosePeriodicEventStream message (SentByCSMS).

View Source
var CostUpdated = ocppj.Message[
	messages.CostUpdatedRequest,
	messages.CostUpdatedResponse,
]{Action: "CostUpdated", Direction: ocppj.SentByCSMS}

CostUpdated is the OCPP CostUpdated message (SentByCSMS).

View Source
var CustomerInformation = ocppj.Message[
	messages.CustomerInformationRequest,
	messages.CustomerInformationResponse,
]{Action: "CustomerInformation", Direction: ocppj.SentByCSMS}

CustomerInformation is the OCPP CustomerInformation 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 FirmwareStatusNotification = ocppj.Message[
	messages.FirmwareStatusNotificationRequest,
	messages.FirmwareStatusNotificationResponse,
]{Action: "FirmwareStatusNotification", Direction: ocppj.SentByCP}

FirmwareStatusNotification is the OCPP FirmwareStatusNotification message (SentByCP).

View Source
var Get15118EVCertificate = ocppj.Message[
	messages.Get15118EVCertificateRequest,
	messages.Get15118EVCertificateResponse,
]{Action: "Get15118EVCertificate", Direction: ocppj.SentByCP}

Get15118EVCertificate is the OCPP Get15118EVCertificate message (SentByCP).

View Source
var GetBaseReport = ocppj.Message[
	messages.GetBaseReportRequest,
	messages.GetBaseReportResponse,
]{Action: "GetBaseReport", Direction: ocppj.SentByCSMS}

GetBaseReport is the OCPP GetBaseReport message (SentByCSMS).

View Source
var GetCertificateChainStatus = ocppj.Message[
	messages.GetCertificateChainStatusRequest,
	messages.GetCertificateChainStatusResponse,
]{Action: "GetCertificateChainStatus", Direction: ocppj.SentByCP}

GetCertificateChainStatus is the OCPP GetCertificateChainStatus message (SentByCP).

View Source
var GetCertificateStatus = ocppj.Message[
	messages.GetCertificateStatusRequest,
	messages.GetCertificateStatusResponse,
]{Action: "GetCertificateStatus", Direction: ocppj.SentByCP}

GetCertificateStatus is the OCPP GetCertificateStatus message (SentByCP).

View Source
var GetChargingProfiles = ocppj.Message[
	messages.GetChargingProfilesRequest,
	messages.GetChargingProfilesResponse,
]{Action: "GetChargingProfiles", Direction: ocppj.SentByCSMS}

GetChargingProfiles is the OCPP GetChargingProfiles message (SentByCSMS).

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 GetDERControl = ocppj.Message[
	messages.GetDERControlRequest,
	messages.GetDERControlResponse,
]{Action: "GetDERControl", Direction: ocppj.SentByCSMS}

GetDERControl is the OCPP GetDERControl message (SentByCSMS).

View Source
var GetDisplayMessages = ocppj.Message[
	messages.GetDisplayMessagesRequest,
	messages.GetDisplayMessagesResponse,
]{Action: "GetDisplayMessages", Direction: ocppj.SentByCSMS}

GetDisplayMessages is the OCPP GetDisplayMessages 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 GetMonitoringReport = ocppj.Message[
	messages.GetMonitoringReportRequest,
	messages.GetMonitoringReportResponse,
]{Action: "GetMonitoringReport", Direction: ocppj.SentByCSMS}

GetMonitoringReport is the OCPP GetMonitoringReport message (SentByCSMS).

View Source
var GetPeriodicEventStream = ocppj.Message[
	messages.GetPeriodicEventStreamRequest,
	messages.GetPeriodicEventStreamResponse,
]{Action: "GetPeriodicEventStream", Direction: ocppj.SentByCSMS}

GetPeriodicEventStream is the OCPP GetPeriodicEventStream message (SentByCSMS).

View Source
var GetReport = ocppj.Message[
	messages.GetReportRequest,
	messages.GetReportResponse,
]{Action: "GetReport", Direction: ocppj.SentByCSMS}

GetReport is the OCPP GetReport message (SentByCSMS).

View Source
var GetTariffs = ocppj.Message[
	messages.GetTariffsRequest,
	messages.GetTariffsResponse,
]{Action: "GetTariffs", Direction: ocppj.SentByCSMS}

GetTariffs is the OCPP GetTariffs message (SentByCSMS).

View Source
var GetTransactionStatus = ocppj.Message[
	messages.GetTransactionStatusRequest,
	messages.GetTransactionStatusResponse,
]{Action: "GetTransactionStatus", Direction: ocppj.SentByCSMS}

GetTransactionStatus is the OCPP GetTransactionStatus message (SentByCSMS).

View Source
var GetVariables = ocppj.Message[
	messages.GetVariablesRequest,
	messages.GetVariablesResponse,
]{Action: "GetVariables", Direction: ocppj.SentByCSMS}

GetVariables is the OCPP GetVariables 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 NotifyAllowedEnergyTransfer = ocppj.Message[
	messages.NotifyAllowedEnergyTransferRequest,
	messages.NotifyAllowedEnergyTransferResponse,
]{Action: "NotifyAllowedEnergyTransfer", Direction: ocppj.SentByCSMS}

NotifyAllowedEnergyTransfer is the OCPP NotifyAllowedEnergyTransfer message (SentByCSMS).

View Source
var NotifyChargingLimit = ocppj.Message[
	messages.NotifyChargingLimitRequest,
	messages.NotifyChargingLimitResponse,
]{Action: "NotifyChargingLimit", Direction: ocppj.SentByCP}

NotifyChargingLimit is the OCPP NotifyChargingLimit message (SentByCP).

View Source
var NotifyCustomerInformation = ocppj.Message[
	messages.NotifyCustomerInformationRequest,
	messages.NotifyCustomerInformationResponse,
]{Action: "NotifyCustomerInformation", Direction: ocppj.SentByCP}

NotifyCustomerInformation is the OCPP NotifyCustomerInformation message (SentByCP).

View Source
var NotifyDERAlarm = ocppj.Message[
	messages.NotifyDERAlarmRequest,
	messages.NotifyDERAlarmResponse,
]{Action: "NotifyDERAlarm", Direction: ocppj.SentByCP}

NotifyDERAlarm is the OCPP NotifyDERAlarm message (SentByCP).

View Source
var NotifyDERStartStop = ocppj.Message[
	messages.NotifyDERStartStopRequest,
	messages.NotifyDERStartStopResponse,
]{Action: "NotifyDERStartStop", Direction: ocppj.SentByCP}

NotifyDERStartStop is the OCPP NotifyDERStartStop message (SentByCP).

View Source
var NotifyDisplayMessages = ocppj.Message[
	messages.NotifyDisplayMessagesRequest,
	messages.NotifyDisplayMessagesResponse,
]{Action: "NotifyDisplayMessages", Direction: ocppj.SentByCP}

NotifyDisplayMessages is the OCPP NotifyDisplayMessages message (SentByCP).

View Source
var NotifyEVChargingNeeds = ocppj.Message[
	messages.NotifyEVChargingNeedsRequest,
	messages.NotifyEVChargingNeedsResponse,
]{Action: "NotifyEVChargingNeeds", Direction: ocppj.SentByCP}

NotifyEVChargingNeeds is the OCPP NotifyEVChargingNeeds message (SentByCP).

View Source
var NotifyEVChargingSchedule = ocppj.Message[
	messages.NotifyEVChargingScheduleRequest,
	messages.NotifyEVChargingScheduleResponse,
]{Action: "NotifyEVChargingSchedule", Direction: ocppj.SentByCP}

NotifyEVChargingSchedule is the OCPP NotifyEVChargingSchedule message (SentByCP).

View Source
var NotifyEvent = ocppj.Message[
	messages.NotifyEventRequest,
	messages.NotifyEventResponse,
]{Action: "NotifyEvent", Direction: ocppj.SentByCP}

NotifyEvent is the OCPP NotifyEvent message (SentByCP).

View Source
var NotifyMonitoringReport = ocppj.Message[
	messages.NotifyMonitoringReportRequest,
	messages.NotifyMonitoringReportResponse,
]{Action: "NotifyMonitoringReport", Direction: ocppj.SentByCP}

NotifyMonitoringReport is the OCPP NotifyMonitoringReport message (SentByCP).

View Source
var NotifyPeriodicEventStream = ocppj.SendMessage[messages.NotifyPeriodicEventStream]{Action: "NotifyPeriodicEventStream", Direction: ocppj.SentByCP}

NotifyPeriodicEventStream is the OCPP NotifyPeriodicEventStream message (SentByCP).

View Source
var NotifyPriorityCharging = ocppj.Message[
	messages.NotifyPriorityChargingRequest,
	messages.NotifyPriorityChargingResponse,
]{Action: "NotifyPriorityCharging", Direction: ocppj.SentByCP}

NotifyPriorityCharging is the OCPP NotifyPriorityCharging message (SentByCP).

View Source
var NotifyReport = ocppj.Message[
	messages.NotifyReportRequest,
	messages.NotifyReportResponse,
]{Action: "NotifyReport", Direction: ocppj.SentByCP}

NotifyReport is the OCPP NotifyReport message (SentByCP).

View Source
var NotifySettlement = ocppj.Message[
	messages.NotifySettlementRequest,
	messages.NotifySettlementResponse,
]{Action: "NotifySettlement", Direction: ocppj.SentByCP}

NotifySettlement is the OCPP NotifySettlement message (SentByCP).

View Source
var NotifyWebPaymentStarted = ocppj.Message[
	messages.NotifyWebPaymentStartedRequest,
	messages.NotifyWebPaymentStartedResponse,
]{Action: "NotifyWebPaymentStarted", Direction: ocppj.SentByCSMS}

NotifyWebPaymentStarted is the OCPP NotifyWebPaymentStarted message (SentByCSMS).

View Source
var OpenPeriodicEventStream = ocppj.Message[
	messages.OpenPeriodicEventStreamRequest,
	messages.OpenPeriodicEventStreamResponse,
]{Action: "OpenPeriodicEventStream", Direction: ocppj.SentByCSMS}

OpenPeriodicEventStream is the OCPP OpenPeriodicEventStream message (SentByCSMS).

View Source
var PublishFirmware = ocppj.Message[
	messages.PublishFirmwareRequest,
	messages.PublishFirmwareResponse,
]{Action: "PublishFirmware", Direction: ocppj.SentByCSMS}

PublishFirmware is the OCPP PublishFirmware message (SentByCSMS).

View Source
var PublishFirmwareStatusNotification = ocppj.Message[
	messages.PublishFirmwareStatusNotificationRequest,
	messages.PublishFirmwareStatusNotificationResponse,
]{Action: "PublishFirmwareStatusNotification", Direction: ocppj.SentByCP}

PublishFirmwareStatusNotification is the OCPP PublishFirmwareStatusNotification message (SentByCP).

View Source
var PullDynamicScheduleUpdate = ocppj.Message[
	messages.PullDynamicScheduleUpdateRequest,
	messages.PullDynamicScheduleUpdateResponse,
]{Action: "PullDynamicScheduleUpdate", Direction: ocppj.SentByCP}

PullDynamicScheduleUpdate is the OCPP PullDynamicScheduleUpdate message (SentByCP).

View Source
var ReportChargingProfiles = ocppj.Message[
	messages.ReportChargingProfilesRequest,
	messages.ReportChargingProfilesResponse,
]{Action: "ReportChargingProfiles", Direction: ocppj.SentByCP}

ReportChargingProfiles is the OCPP ReportChargingProfiles message (SentByCP).

View Source
var ReportDERControl = ocppj.Message[
	messages.ReportDERControlRequest,
	messages.ReportDERControlResponse,
]{Action: "ReportDERControl", Direction: ocppj.SentByCP}

ReportDERControl is the OCPP ReportDERControl message (SentByCP).

View Source
var RequestBatterySwap = ocppj.Message[
	messages.RequestBatterySwapRequest,
	messages.RequestBatterySwapResponse,
]{Action: "RequestBatterySwap", Direction: ocppj.SentByCP}

RequestBatterySwap is the OCPP RequestBatterySwap message (SentByCP).

View Source
var RequestStartTransaction = ocppj.Message[
	messages.RequestStartTransactionRequest,
	messages.RequestStartTransactionResponse,
]{Action: "RequestStartTransaction", Direction: ocppj.SentByCSMS}

RequestStartTransaction is the OCPP RequestStartTransaction message (SentByCSMS).

View Source
var RequestStopTransaction = ocppj.Message[
	messages.RequestStopTransactionRequest,
	messages.RequestStopTransactionResponse,
]{Action: "RequestStopTransaction", Direction: ocppj.SentByCSMS}

RequestStopTransaction is the OCPP RequestStopTransaction message (SentByCSMS).

View Source
var ReservationStatusUpdate = ocppj.Message[
	messages.ReservationStatusUpdateRequest,
	messages.ReservationStatusUpdateResponse,
]{Action: "ReservationStatusUpdate", Direction: ocppj.SentByCP}

ReservationStatusUpdate is the OCPP ReservationStatusUpdate message (SentByCP).

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 SetDERControl = ocppj.Message[
	messages.SetDERControlRequest,
	messages.SetDERControlResponse,
]{Action: "SetDERControl", Direction: ocppj.SentByCSMS}

SetDERControl is the OCPP SetDERControl message (SentByCSMS).

View Source
var SetDefaultTariff = ocppj.Message[
	messages.SetDefaultTariffRequest,
	messages.SetDefaultTariffResponse,
]{Action: "SetDefaultTariff", Direction: ocppj.SentByCSMS}

SetDefaultTariff is the OCPP SetDefaultTariff message (SentByCSMS).

View Source
var SetDisplayMessage = ocppj.Message[
	messages.SetDisplayMessageRequest,
	messages.SetDisplayMessageResponse,
]{Action: "SetDisplayMessage", Direction: ocppj.SentByCSMS}

SetDisplayMessage is the OCPP SetDisplayMessage message (SentByCSMS).

View Source
var SetMonitoringBase = ocppj.Message[
	messages.SetMonitoringBaseRequest,
	messages.SetMonitoringBaseResponse,
]{Action: "SetMonitoringBase", Direction: ocppj.SentByCSMS}

SetMonitoringBase is the OCPP SetMonitoringBase message (SentByCSMS).

View Source
var SetMonitoringLevel = ocppj.Message[
	messages.SetMonitoringLevelRequest,
	messages.SetMonitoringLevelResponse,
]{Action: "SetMonitoringLevel", Direction: ocppj.SentByCSMS}

SetMonitoringLevel is the OCPP SetMonitoringLevel message (SentByCSMS).

View Source
var SetNetworkProfile = ocppj.Message[
	messages.SetNetworkProfileRequest,
	messages.SetNetworkProfileResponse,
]{Action: "SetNetworkProfile", Direction: ocppj.SentByCSMS}

SetNetworkProfile is the OCPP SetNetworkProfile message (SentByCSMS).

View Source
var SetVariableMonitoring = ocppj.Message[
	messages.SetVariableMonitoringRequest,
	messages.SetVariableMonitoringResponse,
]{Action: "SetVariableMonitoring", Direction: ocppj.SentByCSMS}

SetVariableMonitoring is the OCPP SetVariableMonitoring message (SentByCSMS).

View Source
var SetVariables = ocppj.Message[
	messages.SetVariablesRequest,
	messages.SetVariablesResponse,
]{Action: "SetVariables", Direction: ocppj.SentByCSMS}

SetVariables is the OCPP SetVariables 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 StatusNotification = ocppj.Message[
	messages.StatusNotificationRequest,
	messages.StatusNotificationResponse,
]{Action: "StatusNotification", Direction: ocppj.SentByCP}

StatusNotification is the OCPP StatusNotification message (SentByCP).

View Source
var TransactionEvent = ocppj.Message[
	messages.TransactionEventRequest,
	messages.TransactionEventResponse,
]{Action: "TransactionEvent", Direction: ocppj.SentByCP}

TransactionEvent is the OCPP TransactionEvent 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 UnpublishFirmware = ocppj.Message[
	messages.UnpublishFirmwareRequest,
	messages.UnpublishFirmwareResponse,
]{Action: "UnpublishFirmware", Direction: ocppj.SentByCSMS}

UnpublishFirmware is the OCPP UnpublishFirmware message (SentByCSMS).

View Source
var UpdateDynamicSchedule = ocppj.Message[
	messages.UpdateDynamicScheduleRequest,
	messages.UpdateDynamicScheduleResponse,
]{Action: "UpdateDynamicSchedule", Direction: ocppj.SentByCSMS}

UpdateDynamicSchedule is the OCPP UpdateDynamicSchedule message (SentByCSMS).

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

UpdateFirmware is the OCPP UpdateFirmware message (SentByCSMS).

View Source
var UsePriorityCharging = ocppj.Message[
	messages.UsePriorityChargingRequest,
	messages.UsePriorityChargingResponse,
]{Action: "UsePriorityCharging", Direction: ocppj.SentByCSMS}

UsePriorityCharging is the OCPP UsePriorityCharging message (SentByCSMS).

View Source
var VatNumberValidation = ocppj.Message[
	messages.VatNumberValidationRequest,
	messages.VatNumberValidationResponse,
]{Action: "VatNumberValidation", Direction: ocppj.SentByCP}

VatNumberValidation is the OCPP VatNumberValidation message (SentByCP).

Functions

func RegisterSchemas

func RegisterSchemas(r *schema.Registry) error

RegisterSchemas registers all v21 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