Skip to main content

Action

Trait Action 

Source
pub trait Action {
    const ACTION: &'static str;
}

Required Associated Constants§

Source

const ACTION: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Action for AFRRSignalResponse

Source§

const ACTION: &'static str = "AFRRSignal"

Source§

impl Action for AdjustPeriodicEventStreamRequest

Source§

const ACTION: &'static str = "AdjustPeriodicEventStream"

Source§

impl Action for AdjustPeriodicEventStreamResponse

Source§

const ACTION: &'static str = "AdjustPeriodicEventStream"

Source§

impl Action for ocpp_types::v16::AuthorizeRequest

Source§

const ACTION: &'static str = "Authorize"

Source§

impl Action for BatterySwapResponse

Source§

const ACTION: &'static str = "BatterySwap"

Source§

impl Action for ocpp_types::v16::BootNotificationRequest

Source§

const ACTION: &'static str = "BootNotification"

Source§

impl Action for ocpp_types::v201::BootNotificationRequest

Source§

const ACTION: &'static str = "BootNotification"

Source§

impl Action for ocpp_types::v21::BootNotificationRequest

Source§

const ACTION: &'static str = "BootNotification"

Source§

impl Action for ocpp_types::v16::CancelReservationRequest

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v201::CancelReservationRequest

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v21::CancelReservationRequest

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v16::CancelReservationResponse

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v201::CancelReservationResponse

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v21::CancelReservationResponse

Source§

const ACTION: &'static str = "CancelReservation"

Source§

impl Action for ocpp_types::v201::CertificateSignedRequest

Source§

const ACTION: &'static str = "CertificateSigned"

Source§

impl Action for ocpp_types::v21::CertificateSignedRequest

Source§

const ACTION: &'static str = "CertificateSigned"

Source§

impl Action for ocpp_types::v201::CertificateSignedResponse

Source§

const ACTION: &'static str = "CertificateSigned"

Source§

impl Action for ocpp_types::v21::CertificateSignedResponse

Source§

const ACTION: &'static str = "CertificateSigned"

Source§

impl Action for ocpp_types::v16::ChangeAvailabilityRequest

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ocpp_types::v201::ChangeAvailabilityRequest

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ocpp_types::v21::ChangeAvailabilityRequest

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ocpp_types::v16::ChangeAvailabilityResponse

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ocpp_types::v201::ChangeAvailabilityResponse

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ocpp_types::v21::ChangeAvailabilityResponse

Source§

const ACTION: &'static str = "ChangeAvailability"

Source§

impl Action for ChangeConfigurationRequest

Source§

const ACTION: &'static str = "ChangeConfiguration"

Source§

impl Action for ChangeConfigurationResponse

Source§

const ACTION: &'static str = "ChangeConfiguration"

Source§

impl Action for ChangeTransactionTariffResponse

Source§

const ACTION: &'static str = "ChangeTransactionTariff"

Source§

impl Action for ocpp_types::v16::ClearCacheRequest

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v201::ClearCacheRequest

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v21::ClearCacheRequest

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v16::ClearCacheResponse

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v201::ClearCacheResponse

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v21::ClearCacheResponse

Source§

const ACTION: &'static str = "ClearCache"

Source§

impl Action for ocpp_types::v16::ClearChargingProfileRequest

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ocpp_types::v201::ClearChargingProfileRequest

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ocpp_types::v21::ClearChargingProfileRequest

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ocpp_types::v16::ClearChargingProfileResponse

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ocpp_types::v201::ClearChargingProfileResponse

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ocpp_types::v21::ClearChargingProfileResponse

Source§

const ACTION: &'static str = "ClearChargingProfile"

Source§

impl Action for ClearDERControlRequest

Source§

const ACTION: &'static str = "ClearDERControl"

Source§

impl Action for ClearDERControlResponse

Source§

const ACTION: &'static str = "ClearDERControl"

Source§

impl Action for ocpp_types::v201::ClearDisplayMessageRequest

Source§

const ACTION: &'static str = "ClearDisplayMessage"

Source§

impl Action for ocpp_types::v21::ClearDisplayMessageRequest

Source§

const ACTION: &'static str = "ClearDisplayMessage"

Source§

impl Action for ocpp_types::v201::ClearDisplayMessageResponse

Source§

const ACTION: &'static str = "ClearDisplayMessage"

Source§

impl Action for ocpp_types::v21::ClearDisplayMessageResponse

Source§

const ACTION: &'static str = "ClearDisplayMessage"

Source§

impl Action for ocpp_types::v201::ClearedChargingLimitRequest

Source§

const ACTION: &'static str = "ClearedChargingLimit"

Source§

impl Action for ocpp_types::v21::ClearedChargingLimitRequest

Source§

const ACTION: &'static str = "ClearedChargingLimit"

Source§

impl Action for ocpp_types::v201::ClearedChargingLimitResponse

Source§

const ACTION: &'static str = "ClearedChargingLimit"

Source§

impl Action for ocpp_types::v21::ClearedChargingLimitResponse

Source§

const ACTION: &'static str = "ClearedChargingLimit"

Source§

impl Action for ClosePeriodicEventStreamRequest

Source§

const ACTION: &'static str = "ClosePeriodicEventStream"

Source§

impl Action for ClosePeriodicEventStreamResponse

Source§

const ACTION: &'static str = "ClosePeriodicEventStream"

Source§

impl Action for ocpp_types::v201::CostUpdatedRequest

Source§

const ACTION: &'static str = "CostUpdated"

Source§

impl Action for ocpp_types::v21::CostUpdatedRequest

Source§

const ACTION: &'static str = "CostUpdated"

Source§

impl Action for ocpp_types::v201::CostUpdatedResponse

Source§

const ACTION: &'static str = "CostUpdated"

Source§

impl Action for ocpp_types::v21::CostUpdatedResponse

Source§

const ACTION: &'static str = "CostUpdated"

Source§

impl Action for ocpp_types::v201::CustomerInformationResponse

Source§

const ACTION: &'static str = "CustomerInformation"

Source§

impl Action for ocpp_types::v21::CustomerInformationResponse

Source§

const ACTION: &'static str = "CustomerInformation"

Source§

impl Action for ocpp_types::v201::DataTransferRequest

Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl Action for ocpp_types::v21::DataTransferRequest

Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl Action for ocpp_types::v201::DataTransferResponse

Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl Action for ocpp_types::v21::DataTransferResponse

Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl Action for ocpp_types::v201::DeleteCertificateRequest

Source§

const ACTION: &'static str = "DeleteCertificate"

Source§

impl Action for ocpp_types::v21::DeleteCertificateRequest

Source§

const ACTION: &'static str = "DeleteCertificate"

Source§

impl Action for ocpp_types::v201::DeleteCertificateResponse

Source§

const ACTION: &'static str = "DeleteCertificate"

Source§

impl Action for ocpp_types::v21::DeleteCertificateResponse

Source§

const ACTION: &'static str = "DeleteCertificate"

Source§

impl Action for DiagnosticsStatusNotificationRequest

Source§

const ACTION: &'static str = "DiagnosticsStatusNotification"

Source§

impl Action for DiagnosticsStatusNotificationResponse

Source§

const ACTION: &'static str = "DiagnosticsStatusNotification"

Source§

impl Action for ocpp_types::v16::FirmwareStatusNotificationRequest

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v201::FirmwareStatusNotificationRequest

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v21::FirmwareStatusNotificationRequest

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v16::FirmwareStatusNotificationResponse

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v201::FirmwareStatusNotificationResponse

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v21::FirmwareStatusNotificationResponse

Source§

const ACTION: &'static str = "FirmwareStatusNotification"

Source§

impl Action for ocpp_types::v201::Get15118EVCertificateRequest

Source§

const ACTION: &'static str = "Get15118EVCertificate"

Source§

impl Action for ocpp_types::v21::Get15118EVCertificateRequest

Source§

const ACTION: &'static str = "Get15118EVCertificate"

Source§

impl Action for ocpp_types::v201::Get15118EVCertificateResponse

Source§

const ACTION: &'static str = "Get15118EVCertificate"

Source§

impl Action for ocpp_types::v21::Get15118EVCertificateResponse

Source§

const ACTION: &'static str = "Get15118EVCertificate"

Source§

impl Action for ocpp_types::v201::GetBaseReportRequest

Source§

const ACTION: &'static str = "GetBaseReport"

Source§

impl Action for ocpp_types::v21::GetBaseReportRequest

Source§

const ACTION: &'static str = "GetBaseReport"

Source§

impl Action for ocpp_types::v201::GetBaseReportResponse

Source§

const ACTION: &'static str = "GetBaseReport"

Source§

impl Action for ocpp_types::v21::GetBaseReportResponse

Source§

const ACTION: &'static str = "GetBaseReport"

Source§

impl Action for GetCertificateChainStatusRequest

Source§

const ACTION: &'static str = "GetCertificateChainStatus"

Source§

impl Action for ocpp_types::v201::GetCertificateStatusRequest

Source§

const ACTION: &'static str = "GetCertificateStatus"

Source§

impl Action for ocpp_types::v21::GetCertificateStatusRequest

Source§

const ACTION: &'static str = "GetCertificateStatus"

Source§

impl Action for ocpp_types::v201::GetCertificateStatusResponse

Source§

const ACTION: &'static str = "GetCertificateStatus"

Source§

impl Action for ocpp_types::v21::GetCertificateStatusResponse

Source§

const ACTION: &'static str = "GetCertificateStatus"

Source§

impl Action for ocpp_types::v201::GetChargingProfilesResponse

Source§

const ACTION: &'static str = "GetChargingProfiles"

Source§

impl Action for ocpp_types::v21::GetChargingProfilesResponse

Source§

const ACTION: &'static str = "GetChargingProfiles"

Source§

impl Action for ocpp_types::v16::GetCompositeScheduleRequest

Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl Action for ocpp_types::v201::GetCompositeScheduleRequest

Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl Action for ocpp_types::v21::GetCompositeScheduleRequest

Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl Action for GetDERControlRequest

Source§

const ACTION: &'static str = "GetDERControl"

Source§

impl Action for GetDERControlResponse

Source§

const ACTION: &'static str = "GetDERControl"

Source§

impl Action for GetDiagnosticsResponse

Source§

const ACTION: &'static str = "GetDiagnostics"

Source§

impl Action for ocpp_types::v201::GetDisplayMessagesResponse

Source§

const ACTION: &'static str = "GetDisplayMessages"

Source§

impl Action for ocpp_types::v21::GetDisplayMessagesResponse

Source§

const ACTION: &'static str = "GetDisplayMessages"

Source§

impl Action for ocpp_types::v16::GetLocalListVersionRequest

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v201::GetLocalListVersionRequest

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v21::GetLocalListVersionRequest

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v16::GetLocalListVersionResponse

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v201::GetLocalListVersionResponse

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v21::GetLocalListVersionResponse

Source§

const ACTION: &'static str = "GetLocalListVersion"

Source§

impl Action for ocpp_types::v201::GetLogResponse

Source§

const ACTION: &'static str = "GetLog"

Source§

impl Action for ocpp_types::v21::GetLogResponse

Source§

const ACTION: &'static str = "GetLog"

Source§

impl Action for ocpp_types::v201::GetMonitoringReportResponse

Source§

const ACTION: &'static str = "GetMonitoringReport"

Source§

impl Action for ocpp_types::v21::GetMonitoringReportResponse

Source§

const ACTION: &'static str = "GetMonitoringReport"

Source§

impl Action for GetPeriodicEventStreamRequest

Source§

const ACTION: &'static str = "GetPeriodicEventStream"

Source§

impl Action for ocpp_types::v201::GetReportResponse

Source§

const ACTION: &'static str = "GetReport"

Source§

impl Action for ocpp_types::v21::GetReportResponse

Source§

const ACTION: &'static str = "GetReport"

Source§

impl Action for GetTariffsRequest

Source§

const ACTION: &'static str = "GetTariffs"

Source§

impl Action for ocpp_types::v201::GetTransactionStatusRequest

Source§

const ACTION: &'static str = "GetTransactionStatus"

Source§

impl Action for ocpp_types::v21::GetTransactionStatusRequest

Source§

const ACTION: &'static str = "GetTransactionStatus"

Source§

impl Action for ocpp_types::v201::GetTransactionStatusResponse

Source§

const ACTION: &'static str = "GetTransactionStatus"

Source§

impl Action for ocpp_types::v21::GetTransactionStatusResponse

Source§

const ACTION: &'static str = "GetTransactionStatus"

Source§

impl Action for ocpp_types::v16::HeartbeatRequest

Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl Action for ocpp_types::v201::HeartbeatRequest

Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl Action for ocpp_types::v21::HeartbeatRequest

Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl Action for ocpp_types::v201::InstallCertificateRequest

Source§

const ACTION: &'static str = "InstallCertificate"

Source§

impl Action for ocpp_types::v21::InstallCertificateRequest

Source§

const ACTION: &'static str = "InstallCertificate"

Source§

impl Action for ocpp_types::v201::InstallCertificateResponse

Source§

const ACTION: &'static str = "InstallCertificate"

Source§

impl Action for ocpp_types::v21::InstallCertificateResponse

Source§

const ACTION: &'static str = "InstallCertificate"

Source§

impl Action for ocpp_types::v201::LogStatusNotificationRequest

Source§

const ACTION: &'static str = "LogStatusNotification"

Source§

impl Action for ocpp_types::v21::LogStatusNotificationRequest

Source§

const ACTION: &'static str = "LogStatusNotification"

Source§

impl Action for ocpp_types::v201::LogStatusNotificationResponse

Source§

const ACTION: &'static str = "LogStatusNotification"

Source§

impl Action for ocpp_types::v21::LogStatusNotificationResponse

Source§

const ACTION: &'static str = "LogStatusNotification"

Source§

impl Action for ocpp_types::v16::MeterValuesResponse

Source§

const ACTION: &'static str = "MeterValues"

Source§

impl Action for ocpp_types::v201::MeterValuesResponse

Source§

const ACTION: &'static str = "MeterValues"

Source§

impl Action for ocpp_types::v21::MeterValuesResponse

Source§

const ACTION: &'static str = "MeterValues"

Source§

impl Action for NotifyAllowedEnergyTransferResponse

Source§

const ACTION: &'static str = "NotifyAllowedEnergyTransfer"

Source§

impl Action for ocpp_types::v201::NotifyChargingLimitResponse

Source§

const ACTION: &'static str = "NotifyChargingLimit"

Source§

impl Action for ocpp_types::v21::NotifyChargingLimitResponse

Source§

const ACTION: &'static str = "NotifyChargingLimit"

Source§

impl Action for ocpp_types::v201::NotifyCustomerInformationResponse

Source§

const ACTION: &'static str = "NotifyCustomerInformation"

Source§

impl Action for ocpp_types::v21::NotifyCustomerInformationResponse

Source§

const ACTION: &'static str = "NotifyCustomerInformation"

Source§

impl Action for NotifyDERAlarmResponse

Source§

const ACTION: &'static str = "NotifyDERAlarm"

Source§

impl Action for NotifyDERStartStopResponse

Source§

const ACTION: &'static str = "NotifyDERStartStop"

Source§

impl Action for ocpp_types::v201::NotifyDisplayMessagesResponse

Source§

const ACTION: &'static str = "NotifyDisplayMessages"

Source§

impl Action for ocpp_types::v21::NotifyDisplayMessagesResponse

Source§

const ACTION: &'static str = "NotifyDisplayMessages"

Source§

impl Action for ocpp_types::v201::NotifyEVChargingNeedsResponse

Source§

const ACTION: &'static str = "NotifyEVChargingNeeds"

Source§

impl Action for ocpp_types::v21::NotifyEVChargingNeedsResponse

Source§

const ACTION: &'static str = "NotifyEVChargingNeeds"

Source§

impl Action for ocpp_types::v201::NotifyEVChargingScheduleResponse

Source§

const ACTION: &'static str = "NotifyEVChargingSchedule"

Source§

impl Action for ocpp_types::v21::NotifyEVChargingScheduleResponse

Source§

const ACTION: &'static str = "NotifyEVChargingSchedule"

Source§

impl Action for ocpp_types::v201::NotifyEventResponse

Source§

const ACTION: &'static str = "NotifyEvent"

Source§

impl Action for ocpp_types::v21::NotifyEventResponse

Source§

const ACTION: &'static str = "NotifyEvent"

Source§

impl Action for ocpp_types::v201::NotifyMonitoringReportResponse

Source§

const ACTION: &'static str = "NotifyMonitoringReport"

Source§

impl Action for ocpp_types::v21::NotifyMonitoringReportResponse

Source§

const ACTION: &'static str = "NotifyMonitoringReport"

Source§

impl Action for NotifyPriorityChargingRequest

Source§

const ACTION: &'static str = "NotifyPriorityCharging"

Source§

impl Action for NotifyPriorityChargingResponse

Source§

const ACTION: &'static str = "NotifyPriorityCharging"

Source§

impl Action for ocpp_types::v201::NotifyReportResponse

Source§

const ACTION: &'static str = "NotifyReport"

Source§

impl Action for ocpp_types::v21::NotifyReportResponse

Source§

const ACTION: &'static str = "NotifyReport"

Source§

impl Action for NotifySettlementResponse

Source§

const ACTION: &'static str = "NotifySettlement"

Source§

impl Action for NotifyWebPaymentStartedRequest

Source§

const ACTION: &'static str = "NotifyWebPaymentStarted"

Source§

impl Action for NotifyWebPaymentStartedResponse

Source§

const ACTION: &'static str = "NotifyWebPaymentStarted"

Source§

impl Action for OpenPeriodicEventStreamRequest

Source§

const ACTION: &'static str = "OpenPeriodicEventStream"

Source§

impl Action for OpenPeriodicEventStreamResponse

Source§

const ACTION: &'static str = "OpenPeriodicEventStream"

Source§

impl Action for ocpp_types::v201::PublishFirmwareRequest

Source§

const ACTION: &'static str = "PublishFirmware"

Source§

impl Action for ocpp_types::v21::PublishFirmwareRequest

Source§

const ACTION: &'static str = "PublishFirmware"

Source§

impl Action for ocpp_types::v201::PublishFirmwareResponse

Source§

const ACTION: &'static str = "PublishFirmware"

Source§

impl Action for ocpp_types::v21::PublishFirmwareResponse

Source§

const ACTION: &'static str = "PublishFirmware"

Source§

impl Action for ocpp_types::v201::PublishFirmwareStatusNotificationResponse

Source§

const ACTION: &'static str = "PublishFirmwareStatusNotification"

Source§

impl Action for ocpp_types::v21::PublishFirmwareStatusNotificationResponse

Source§

const ACTION: &'static str = "PublishFirmwareStatusNotification"

Source§

impl Action for PullDynamicScheduleUpdateRequest

Source§

const ACTION: &'static str = "PullDynamicScheduleUpdate"

Source§

impl Action for PullDynamicScheduleUpdateResponse

Source§

const ACTION: &'static str = "PullDynamicScheduleUpdate"

Source§

impl Action for RemoteStartTransactionResponse

Source§

const ACTION: &'static str = "RemoteStartTransaction"

Source§

impl Action for RemoteStopTransactionRequest

Source§

const ACTION: &'static str = "RemoteStopTransaction"

Source§

impl Action for RemoteStopTransactionResponse

Source§

const ACTION: &'static str = "RemoteStopTransaction"

Source§

impl Action for ocpp_types::v201::ReportChargingProfilesResponse

Source§

const ACTION: &'static str = "ReportChargingProfiles"

Source§

impl Action for ocpp_types::v21::ReportChargingProfilesResponse

Source§

const ACTION: &'static str = "ReportChargingProfiles"

Source§

impl Action for ReportDERControlResponse

Source§

const ACTION: &'static str = "ReportDERControl"

Source§

impl Action for RequestBatterySwapResponse

Source§

const ACTION: &'static str = "RequestBatterySwap"

Source§

impl Action for ocpp_types::v201::RequestStartTransactionResponse

Source§

const ACTION: &'static str = "RequestStartTransaction"

Source§

impl Action for ocpp_types::v21::RequestStartTransactionResponse

Source§

const ACTION: &'static str = "RequestStartTransaction"

Source§

impl Action for ocpp_types::v201::RequestStopTransactionRequest

Source§

const ACTION: &'static str = "RequestStopTransaction"

Source§

impl Action for ocpp_types::v21::RequestStopTransactionRequest

Source§

const ACTION: &'static str = "RequestStopTransaction"

Source§

impl Action for ocpp_types::v201::RequestStopTransactionResponse

Source§

const ACTION: &'static str = "RequestStopTransaction"

Source§

impl Action for ocpp_types::v21::RequestStopTransactionResponse

Source§

const ACTION: &'static str = "RequestStopTransaction"

Source§

impl Action for ocpp_types::v201::ReservationStatusUpdateRequest

Source§

const ACTION: &'static str = "ReservationStatusUpdate"

Source§

impl Action for ocpp_types::v21::ReservationStatusUpdateRequest

Source§

const ACTION: &'static str = "ReservationStatusUpdate"

Source§

impl Action for ocpp_types::v201::ReservationStatusUpdateResponse

Source§

const ACTION: &'static str = "ReservationStatusUpdate"

Source§

impl Action for ocpp_types::v21::ReservationStatusUpdateResponse

Source§

const ACTION: &'static str = "ReservationStatusUpdate"

Source§

impl Action for ocpp_types::v16::ReserveNowResponse

Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl Action for ocpp_types::v201::ReserveNowResponse

Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl Action for ocpp_types::v21::ReserveNowResponse

Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl Action for ocpp_types::v16::ResetRequest

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v201::ResetRequest

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v21::ResetRequest

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v16::ResetResponse

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v201::ResetResponse

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v21::ResetResponse

Source§

const ACTION: &'static str = "Reset"

Source§

impl Action for ocpp_types::v201::SecurityEventNotificationResponse

Source§

const ACTION: &'static str = "SecurityEventNotification"

Source§

impl Action for ocpp_types::v21::SecurityEventNotificationResponse

Source§

const ACTION: &'static str = "SecurityEventNotification"

Source§

impl Action for ocpp_types::v16::SendLocalListResponse

Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl Action for ocpp_types::v201::SendLocalListResponse

Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl Action for ocpp_types::v21::SendLocalListResponse

Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl Action for ocpp_types::v16::SetChargingProfileResponse

Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl Action for ocpp_types::v201::SetChargingProfileResponse

Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl Action for ocpp_types::v21::SetChargingProfileResponse

Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl Action for SetDERControlResponse

Source§

const ACTION: &'static str = "SetDERControl"

Source§

impl Action for SetDefaultTariffResponse

Source§

const ACTION: &'static str = "SetDefaultTariff"

Source§

impl Action for ocpp_types::v201::SetDisplayMessageResponse

Source§

const ACTION: &'static str = "SetDisplayMessage"

Source§

impl Action for ocpp_types::v21::SetDisplayMessageResponse

Source§

const ACTION: &'static str = "SetDisplayMessage"

Source§

impl Action for ocpp_types::v201::SetMonitoringBaseRequest

Source§

const ACTION: &'static str = "SetMonitoringBase"

Source§

impl Action for ocpp_types::v21::SetMonitoringBaseRequest

Source§

const ACTION: &'static str = "SetMonitoringBase"

Source§

impl Action for ocpp_types::v201::SetMonitoringBaseResponse

Source§

const ACTION: &'static str = "SetMonitoringBase"

Source§

impl Action for ocpp_types::v21::SetMonitoringBaseResponse

Source§

const ACTION: &'static str = "SetMonitoringBase"

Source§

impl Action for ocpp_types::v201::SetMonitoringLevelRequest

Source§

const ACTION: &'static str = "SetMonitoringLevel"

Source§

impl Action for ocpp_types::v21::SetMonitoringLevelRequest

Source§

const ACTION: &'static str = "SetMonitoringLevel"

Source§

impl Action for ocpp_types::v201::SetMonitoringLevelResponse

Source§

const ACTION: &'static str = "SetMonitoringLevel"

Source§

impl Action for ocpp_types::v21::SetMonitoringLevelResponse

Source§

const ACTION: &'static str = "SetMonitoringLevel"

Source§

impl Action for ocpp_types::v201::SetNetworkProfileRequest

Source§

const ACTION: &'static str = "SetNetworkProfile"

Source§

impl Action for ocpp_types::v21::SetNetworkProfileRequest

Source§

const ACTION: &'static str = "SetNetworkProfile"

Source§

impl Action for ocpp_types::v201::SetNetworkProfileResponse

Source§

const ACTION: &'static str = "SetNetworkProfile"

Source§

impl Action for ocpp_types::v21::SetNetworkProfileResponse

Source§

const ACTION: &'static str = "SetNetworkProfile"

Source§

impl Action for ocpp_types::v201::SignCertificateRequest

Source§

const ACTION: &'static str = "SignCertificate"

Source§

impl Action for ocpp_types::v21::SignCertificateRequest

Source§

const ACTION: &'static str = "SignCertificate"

Source§

impl Action for ocpp_types::v201::SignCertificateResponse

Source§

const ACTION: &'static str = "SignCertificate"

Source§

impl Action for ocpp_types::v21::SignCertificateResponse

Source§

const ACTION: &'static str = "SignCertificate"

Source§

impl Action for ocpp_types::v16::StatusNotificationResponse

Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl Action for ocpp_types::v201::StatusNotificationResponse

Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl Action for ocpp_types::v21::StatusNotificationResponse

Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl Action for ocpp_types::v16::TriggerMessageRequest

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v201::TriggerMessageRequest

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v21::TriggerMessageRequest

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v16::TriggerMessageResponse

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v201::TriggerMessageResponse

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v21::TriggerMessageResponse

Source§

const ACTION: &'static str = "TriggerMessage"

Source§

impl Action for ocpp_types::v16::UnlockConnectorRequest

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v201::UnlockConnectorRequest

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v21::UnlockConnectorRequest

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v16::UnlockConnectorResponse

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v201::UnlockConnectorResponse

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v21::UnlockConnectorResponse

Source§

const ACTION: &'static str = "UnlockConnector"

Source§

impl Action for ocpp_types::v201::UnpublishFirmwareRequest

Source§

const ACTION: &'static str = "UnpublishFirmware"

Source§

impl Action for ocpp_types::v21::UnpublishFirmwareRequest

Source§

const ACTION: &'static str = "UnpublishFirmware"

Source§

impl Action for ocpp_types::v201::UnpublishFirmwareResponse

Source§

const ACTION: &'static str = "UnpublishFirmware"

Source§

impl Action for ocpp_types::v21::UnpublishFirmwareResponse

Source§

const ACTION: &'static str = "UnpublishFirmware"

Source§

impl Action for UpdateDynamicScheduleRequest

Source§

const ACTION: &'static str = "UpdateDynamicSchedule"

Source§

impl Action for UpdateDynamicScheduleResponse

Source§

const ACTION: &'static str = "UpdateDynamicSchedule"

Source§

impl Action for ocpp_types::v16::UpdateFirmwareResponse

Source§

const ACTION: &'static str = "UpdateFirmware"

Source§

impl Action for ocpp_types::v201::UpdateFirmwareResponse

Source§

const ACTION: &'static str = "UpdateFirmware"

Source§

impl Action for ocpp_types::v21::UpdateFirmwareResponse

Source§

const ACTION: &'static str = "UpdateFirmware"

Source§

impl Action for UsePriorityChargingRequest

Source§

const ACTION: &'static str = "UsePriorityCharging"

Source§

impl Action for UsePriorityChargingResponse

Source§

const ACTION: &'static str = "UsePriorityCharging"

Source§

impl Action for VatNumberValidationRequest

Source§

const ACTION: &'static str = "VatNumberValidation"

Source§

impl Action for VatNumberValidationResponse

Source§

const ACTION: &'static str = "VatNumberValidation"

Source§

impl<const ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_DYN_UPDATE_TIME_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v21::RequestStartTransactionRequest<ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_DYN_UPDATE_TIME_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "RequestStartTransaction"

Source§

impl<const ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_DYN_UPDATE_TIME_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize> Action for ocpp_types::v21::SetChargingProfileRequest<ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_DYN_UPDATE_TIME_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl<const ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const NOTIFY_E_V_CHARGING_SCHEDULE_REQUEST_TIME_BASE_CAP: usize> Action for ocpp_types::v21::NotifyEVChargingScheduleRequest<ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, NOTIFY_E_V_CHARGING_SCHEDULE_REQUEST_TIME_BASE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEVChargingSchedule"

Source§

impl<const AUTHORIZE_RESPONSE_ALLOWED_ENERGY_TRANSFER_CAP: usize, const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize, const TARIFF_TIME_PRICES_CAP: usize, const TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_VALID_TO_DATE_CAP: usize, const TARIFF_ENERGY_PRICES_CAP: usize, const TARIFF_FIXED_PRICES_CAP: usize, const TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP: usize, const TARIFF_VALID_FROM_CAP: usize> Action for ocpp_types::v21::AuthorizeResponse<AUTHORIZE_RESPONSE_ALLOWED_ENERGY_TRANSFER_CAP, ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP, TARIFF_TIME_PRICES_CAP, TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_VALID_TO_DATE_CAP, TARIFF_ENERGY_PRICES_CAP, TARIFF_FIXED_PRICES_CAP, TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP, TARIFF_VALID_FROM_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Authorize"

Source§

impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Action for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "AFRRSignal"

Source§

impl<const BATTERY_SWAP_REQUEST_BATTERY_DATA_CAP: usize, const BATTERY_DATA_PRODUCTION_DATE_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for BatterySwapRequest<BATTERY_SWAP_REQUEST_BATTERY_DATA_CAP, BATTERY_DATA_PRODUCTION_DATE_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "BatterySwap"

Source§

impl<const BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v16::BootNotificationResponse<BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "BootNotification"

Source§

impl<const BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v201::BootNotificationResponse<BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "BootNotification"

Source§

impl<const BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v21::BootNotificationResponse<BOOT_NOTIFICATION_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "BootNotification"

Source§

impl<const CERTIFICATE_STATUS_NEXT_UPDATE_CAP: usize> Action for GetCertificateChainStatusResponse<CERTIFICATE_STATUS_NEXT_UPDATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetCertificateChainStatus"

Source§

impl<const CHARGING_NEEDS_AVAILABLE_ENERGY_TRANSFER_CAP: usize, const CHARGING_NEEDS_DEPARTURE_TIME_CAP: usize, const D_E_R_CHARGING_PARAMETERS_EV_ISLANDING_DETECTION_METHOD_CAP: usize, const D_E_R_CHARGING_PARAMETERS_EV_SUPPORTED_D_E_R_CONTROL_CAP: usize, const E_V_ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const E_V_POWER_SCHEDULE_TIME_ANCHOR_CAP: usize, const NOTIFY_E_V_CHARGING_NEEDS_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::NotifyEVChargingNeedsRequest<CHARGING_NEEDS_AVAILABLE_ENERGY_TRANSFER_CAP, CHARGING_NEEDS_DEPARTURE_TIME_CAP, D_E_R_CHARGING_PARAMETERS_EV_ISLANDING_DETECTION_METHOD_CAP, D_E_R_CHARGING_PARAMETERS_EV_SUPPORTED_D_E_R_CONTROL_CAP, E_V_ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, E_V_POWER_SCHEDULE_TIME_ANCHOR_CAP, NOTIFY_E_V_CHARGING_NEEDS_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEVChargingNeeds"

Source§

impl<const CHARGING_NEEDS_DEPARTURE_TIME_CAP: usize> Action for ocpp_types::v201::NotifyEVChargingNeedsRequest<CHARGING_NEEDS_DEPARTURE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEVChargingNeeds"

Source§

impl<const CHARGING_PROFILE_CRITERION_CHARGING_PROFILE_ID_CAP: usize> Action for ocpp_types::v201::GetChargingProfilesRequest<CHARGING_PROFILE_CRITERION_CHARGING_PROFILE_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetChargingProfiles"

Source§

impl<const CHARGING_PROFILE_CRITERION_CHARGING_PROFILE_ID_CAP: usize> Action for ocpp_types::v21::GetChargingProfilesRequest<CHARGING_PROFILE_CRITERION_CHARGING_PROFILE_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetChargingProfiles"

Source§

impl<const CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize> Action for RemoteStartTransactionRequest<CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "RemoteStartTransaction"

Source§

impl<const CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CS_CHARGING_PROFILES_VALID_FROM_CAP: usize, const CS_CHARGING_PROFILES_VALID_TO_CAP: usize> Action for ocpp_types::v16::SetChargingProfileRequest<CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CS_CHARGING_PROFILES_VALID_FROM_CAP, CS_CHARGING_PROFILES_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl<const CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const GET_COMPOSITE_SCHEDULE_RESPONSE_SCHEDULE_START_CAP: usize> Action for ocpp_types::v16::GetCompositeScheduleResponse<CHARGING_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, GET_COMPOSITE_SCHEDULE_RESPONSE_SCHEDULE_START_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl<const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::RequestStartTransactionRequest<CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "RequestStartTransaction"

Source§

impl<const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize> Action for ocpp_types::v201::SetChargingProfileRequest<CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetChargingProfile"

Source§

impl<const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const NOTIFY_E_V_CHARGING_SCHEDULE_REQUEST_TIME_BASE_CAP: usize> Action for ocpp_types::v201::NotifyEVChargingScheduleRequest<CHARGING_SCHEDULE_START_SCHEDULE_CAP, NOTIFY_E_V_CHARGING_SCHEDULE_REQUEST_TIME_BASE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEVChargingSchedule"

Source§

impl<const CLEAR_TARIFFS_REQUEST_TARIFF_IDS_CAP: usize> Action for ClearTariffsRequest<CLEAR_TARIFFS_REQUEST_TARIFF_IDS_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearTariffs"

Source§

impl<const CLEAR_TARIFFS_RESPONSE_CLEAR_TARIFFS_RESULT_CAP: usize> Action for ClearTariffsResponse<CLEAR_TARIFFS_RESPONSE_CLEAR_TARIFFS_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearTariffs"

Source§

impl<const CLEAR_VARIABLE_MONITORING_REQUEST_ID_CAP: usize> Action for ocpp_types::v201::ClearVariableMonitoringRequest<CLEAR_VARIABLE_MONITORING_REQUEST_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearVariableMonitoring"

Source§

impl<const CLEAR_VARIABLE_MONITORING_REQUEST_ID_CAP: usize> Action for ocpp_types::v21::ClearVariableMonitoringRequest<CLEAR_VARIABLE_MONITORING_REQUEST_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearVariableMonitoring"

Source§

impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Action for ocpp_types::v201::ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearVariableMonitoring"

Source§

impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Action for ocpp_types::v21::ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ClearVariableMonitoring"

Source§

impl<const COMPOSITE_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP: usize, const COMPOSITE_SCHEDULE_SCHEDULE_START_CAP: usize> Action for ocpp_types::v201::GetCompositeScheduleResponse<COMPOSITE_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP, COMPOSITE_SCHEDULE_SCHEDULE_START_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl<const COMPOSITE_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP: usize, const COMPOSITE_SCHEDULE_SCHEDULE_START_CAP: usize> Action for ocpp_types::v21::GetCompositeScheduleResponse<COMPOSITE_SCHEDULE_CHARGING_SCHEDULE_PERIOD_CAP, COMPOSITE_SCHEDULE_SCHEDULE_START_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetCompositeSchedule"

Source§

impl<const COST_DETAILS_CHARGING_PERIODS_CAP: usize, const CHARGING_PERIOD_DIMENSIONS_CAP: usize, const CHARGING_PERIOD_START_PERIOD_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize, const TRANSACTION_EVENT_REQUEST_METER_VALUE_CAP: usize, const METER_VALUE_SAMPLED_VALUE_CAP: usize, const METER_VALUE_TIMESTAMP_CAP: usize, const TRANSACTION_EVENT_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::TransactionEventRequest<COST_DETAILS_CHARGING_PERIODS_CAP, CHARGING_PERIOD_DIMENSIONS_CAP, CHARGING_PERIOD_START_PERIOD_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP, TRANSACTION_EVENT_REQUEST_METER_VALUE_CAP, METER_VALUE_SAMPLED_VALUE_CAP, METER_VALUE_TIMESTAMP_CAP, TRANSACTION_EVENT_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "TransactionEvent"

Source§

impl<const DATA_TRANSFER_REQUEST_DATA_CAP: usize> Action for ocpp_types::v16::DataTransferRequest<DATA_TRANSFER_REQUEST_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl<const DATA_TRANSFER_RESPONSE_DATA_CAP: usize> Action for ocpp_types::v16::DataTransferResponse<DATA_TRANSFER_RESPONSE_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "DataTransfer"

Source§

impl<const D_E_R_CURVE_START_TIME_CAP: usize, const FIXED_P_F_START_TIME_CAP: usize, const FIXED_VAR_START_TIME_CAP: usize, const FREQ_DROOP_START_TIME_CAP: usize, const LIMIT_MAX_DISCHARGE_START_TIME_CAP: usize> Action for ReportDERControlRequest<D_E_R_CURVE_START_TIME_CAP, FIXED_P_F_START_TIME_CAP, FIXED_VAR_START_TIME_CAP, FREQ_DROOP_START_TIME_CAP, LIMIT_MAX_DISCHARGE_START_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReportDERControl"

Source§

impl<const D_E_R_CURVE_START_TIME_CAP: usize, const FIXED_P_F_START_TIME_CAP: usize, const FIXED_VAR_START_TIME_CAP: usize, const FREQ_DROOP_START_TIME_CAP: usize, const LIMIT_MAX_DISCHARGE_START_TIME_CAP: usize> Action for SetDERControlRequest<D_E_R_CURVE_START_TIME_CAP, FIXED_P_F_START_TIME_CAP, FIXED_VAR_START_TIME_CAP, FREQ_DROOP_START_TIME_CAP, LIMIT_MAX_DISCHARGE_START_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetDERControl"

Source§

impl<const FIRMWARE_INSTALL_DATE_TIME_CAP: usize, const FIRMWARE_RETRIEVE_DATE_TIME_CAP: usize> Action for ocpp_types::v201::UpdateFirmwareRequest<FIRMWARE_INSTALL_DATE_TIME_CAP, FIRMWARE_RETRIEVE_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "UpdateFirmware"

Source§

impl<const FIRMWARE_INSTALL_DATE_TIME_CAP: usize, const FIRMWARE_RETRIEVE_DATE_TIME_CAP: usize> Action for ocpp_types::v21::UpdateFirmwareRequest<FIRMWARE_INSTALL_DATE_TIME_CAP, FIRMWARE_RETRIEVE_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "UpdateFirmware"

Source§

impl<const GET_CONFIGURATION_REQUEST_KEY_CAP: usize> Action for GetConfigurationRequest<GET_CONFIGURATION_REQUEST_KEY_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetConfiguration"

Source§

impl<const GET_CONFIGURATION_RESPONSE_CONFIGURATION_KEY_CAP: usize, const GET_CONFIGURATION_RESPONSE_UNKNOWN_KEY_CAP: usize> Action for GetConfigurationResponse<GET_CONFIGURATION_RESPONSE_CONFIGURATION_KEY_CAP, GET_CONFIGURATION_RESPONSE_UNKNOWN_KEY_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetConfiguration"

Source§

impl<const GET_DIAGNOSTICS_REQUEST_LOCATION_CAP: usize, const GET_DIAGNOSTICS_REQUEST_START_TIME_CAP: usize, const GET_DIAGNOSTICS_REQUEST_STOP_TIME_CAP: usize> Action for GetDiagnosticsRequest<GET_DIAGNOSTICS_REQUEST_LOCATION_CAP, GET_DIAGNOSTICS_REQUEST_START_TIME_CAP, GET_DIAGNOSTICS_REQUEST_STOP_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetDiagnostics"

Source§

impl<const GET_DISPLAY_MESSAGES_REQUEST_ID_CAP: usize> Action for ocpp_types::v201::GetDisplayMessagesRequest<GET_DISPLAY_MESSAGES_REQUEST_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetDisplayMessages"

Source§

impl<const GET_DISPLAY_MESSAGES_REQUEST_ID_CAP: usize> Action for ocpp_types::v21::GetDisplayMessagesRequest<GET_DISPLAY_MESSAGES_REQUEST_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetDisplayMessages"

Source§

impl<const GET_INSTALLED_CERTIFICATE_IDS_REQUEST_CERTIFICATE_TYPE_CAP: usize> Action for ocpp_types::v201::GetInstalledCertificateIdsRequest<GET_INSTALLED_CERTIFICATE_IDS_REQUEST_CERTIFICATE_TYPE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetInstalledCertificateIds"

Source§

impl<const GET_INSTALLED_CERTIFICATE_IDS_REQUEST_CERTIFICATE_TYPE_CAP: usize> Action for ocpp_types::v21::GetInstalledCertificateIdsRequest<GET_INSTALLED_CERTIFICATE_IDS_REQUEST_CERTIFICATE_TYPE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetInstalledCertificateIds"

Source§

impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Action for ocpp_types::v201::GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetInstalledCertificateIds"

Source§

impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Action for ocpp_types::v21::GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetInstalledCertificateIds"

Source§

impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for ocpp_types::v201::GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetMonitoringReport"

Source§

impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for ocpp_types::v21::GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetMonitoringReport"

Source§

impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Action for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetPeriodicEventStream"

Source§

impl<const GET_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for ocpp_types::v201::GetReportRequest<GET_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetReport"

Source§

impl<const GET_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for ocpp_types::v21::GetReportRequest<GET_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetReport"

Source§

impl<const GET_TARIFFS_RESPONSE_TARIFF_ASSIGNMENTS_CAP: usize, const TARIFF_ASSIGNMENT_EVSE_IDS_CAP: usize, const TARIFF_ASSIGNMENT_ID_TOKENS_CAP: usize, const TARIFF_ASSIGNMENT_VALID_FROM_CAP: usize> Action for GetTariffsResponse<GET_TARIFFS_RESPONSE_TARIFF_ASSIGNMENTS_CAP, TARIFF_ASSIGNMENT_EVSE_IDS_CAP, TARIFF_ASSIGNMENT_ID_TOKENS_CAP, TARIFF_ASSIGNMENT_VALID_FROM_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetTariffs"

Source§

impl<const GET_VARIABLES_REQUEST_GET_VARIABLE_DATA_CAP: usize> Action for ocpp_types::v201::GetVariablesRequest<GET_VARIABLES_REQUEST_GET_VARIABLE_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetVariables"

Source§

impl<const GET_VARIABLES_REQUEST_GET_VARIABLE_DATA_CAP: usize> Action for ocpp_types::v21::GetVariablesRequest<GET_VARIABLES_REQUEST_GET_VARIABLE_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetVariables"

Source§

impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Action for ocpp_types::v201::GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetVariables"

Source§

impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Action for ocpp_types::v21::GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetVariables"

Source§

impl<const HEARTBEAT_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v16::HeartbeatResponse<HEARTBEAT_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl<const HEARTBEAT_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v201::HeartbeatResponse<HEARTBEAT_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl<const HEARTBEAT_RESPONSE_CURRENT_TIME_CAP: usize> Action for ocpp_types::v21::HeartbeatResponse<HEARTBEAT_RESPONSE_CURRENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Heartbeat"

Source§

impl<const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for ocpp_types::v16::AuthorizeResponse<ID_TAG_INFO_EXPIRY_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Authorize"

Source§

impl<const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for StartTransactionResponse<ID_TAG_INFO_EXPIRY_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StartTransaction"

Source§

impl<const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for StopTransactionResponse<ID_TAG_INFO_EXPIRY_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StopTransaction"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize, const TRANSACTION_EVENT_REQUEST_METER_VALUE_CAP: usize, const METER_VALUE_SAMPLED_VALUE_CAP: usize, const METER_VALUE_TIMESTAMP_CAP: usize, const TRANSACTION_EVENT_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v201::TransactionEventRequest<ID_TOKEN_ADDITIONAL_INFO_CAP, TRANSACTION_EVENT_REQUEST_METER_VALUE_CAP, METER_VALUE_SAMPLED_VALUE_CAP, METER_VALUE_TIMESTAMP_CAP, TRANSACTION_EVENT_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "TransactionEvent"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::AuthorizeRequest<ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Authorize"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v21::AuthorizeRequest<ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Authorize"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::CustomerInformationRequest<ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "CustomerInformation"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v21::CustomerInformationRequest<ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "CustomerInformation"

Source§

impl<const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for RequestBatterySwapRequest<ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "RequestBatterySwap"

Source§

impl<const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::AuthorizeResponse<ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "Authorize"

Source§

impl<const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::TransactionEventResponse<ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "TransactionEvent"

Source§

impl<const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v21::TransactionEventResponse<ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "TransactionEvent"

Source§

impl<const LOG_PARAMETERS_LATEST_TIMESTAMP_CAP: usize, const LOG_PARAMETERS_OLDEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v201::GetLogRequest<LOG_PARAMETERS_LATEST_TIMESTAMP_CAP, LOG_PARAMETERS_OLDEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetLog"

Source§

impl<const LOG_PARAMETERS_LATEST_TIMESTAMP_CAP: usize, const LOG_PARAMETERS_OLDEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::GetLogRequest<LOG_PARAMETERS_LATEST_TIMESTAMP_CAP, LOG_PARAMETERS_OLDEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "GetLog"

Source§

impl<const MESSAGE_INFO_END_DATE_TIME_CAP: usize, const MESSAGE_INFO_START_DATE_TIME_CAP: usize> Action for ocpp_types::v201::SetDisplayMessageRequest<MESSAGE_INFO_END_DATE_TIME_CAP, MESSAGE_INFO_START_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetDisplayMessage"

Source§

impl<const MESSAGE_INFO_END_DATE_TIME_CAP: usize, const MESSAGE_INFO_START_DATE_TIME_CAP: usize> Action for ocpp_types::v21::SetDisplayMessageRequest<MESSAGE_INFO_END_DATE_TIME_CAP, MESSAGE_INFO_START_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetDisplayMessage"

Source§

impl<const METER_VALUES_REQUEST_METER_VALUE_CAP: usize, const METER_VALUE_ITEM_SAMPLED_VALUE_CAP: usize, const SAMPLED_VALUE_ITEM_VALUE_CAP: usize, const METER_VALUE_ITEM_TIMESTAMP_CAP: usize> Action for ocpp_types::v16::MeterValuesRequest<METER_VALUES_REQUEST_METER_VALUE_CAP, METER_VALUE_ITEM_SAMPLED_VALUE_CAP, SAMPLED_VALUE_ITEM_VALUE_CAP, METER_VALUE_ITEM_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "MeterValues"

Source§

impl<const METER_VALUES_REQUEST_METER_VALUE_CAP: usize, const METER_VALUE_SAMPLED_VALUE_CAP: usize, const METER_VALUE_TIMESTAMP_CAP: usize> Action for ocpp_types::v201::MeterValuesRequest<METER_VALUES_REQUEST_METER_VALUE_CAP, METER_VALUE_SAMPLED_VALUE_CAP, METER_VALUE_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "MeterValues"

Source§

impl<const METER_VALUES_REQUEST_METER_VALUE_CAP: usize, const METER_VALUE_SAMPLED_VALUE_CAP: usize, const METER_VALUE_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::MeterValuesRequest<METER_VALUES_REQUEST_METER_VALUE_CAP, METER_VALUE_SAMPLED_VALUE_CAP, METER_VALUE_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "MeterValues"

Source§

impl<const NOTIFY_ALLOWED_ENERGY_TRANSFER_REQUEST_ALLOWED_ENERGY_TRANSFER_CAP: usize> Action for NotifyAllowedEnergyTransferRequest<NOTIFY_ALLOWED_ENERGY_TRANSFER_REQUEST_ALLOWED_ENERGY_TRANSFER_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyAllowedEnergyTransfer"

Source§

impl<const NOTIFY_CHARGING_LIMIT_REQUEST_CHARGING_SCHEDULE_CAP: usize, const ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize> Action for ocpp_types::v21::NotifyChargingLimitRequest<NOTIFY_CHARGING_LIMIT_REQUEST_CHARGING_SCHEDULE_CAP, ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyChargingLimit"

Source§

impl<const NOTIFY_CHARGING_LIMIT_REQUEST_CHARGING_SCHEDULE_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize> Action for ocpp_types::v201::NotifyChargingLimitRequest<NOTIFY_CHARGING_LIMIT_REQUEST_CHARGING_SCHEDULE_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyChargingLimit"

Source§

impl<const NOTIFY_CUSTOMER_INFORMATION_REQUEST_GENERATED_AT_CAP: usize> Action for ocpp_types::v201::NotifyCustomerInformationRequest<NOTIFY_CUSTOMER_INFORMATION_REQUEST_GENERATED_AT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyCustomerInformation"

Source§

impl<const NOTIFY_CUSTOMER_INFORMATION_REQUEST_GENERATED_AT_CAP: usize> Action for ocpp_types::v21::NotifyCustomerInformationRequest<NOTIFY_CUSTOMER_INFORMATION_REQUEST_GENERATED_AT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyCustomerInformation"

Source§

impl<const NOTIFY_DISPLAY_MESSAGES_REQUEST_MESSAGE_INFO_CAP: usize, const MESSAGE_INFO_END_DATE_TIME_CAP: usize, const MESSAGE_INFO_START_DATE_TIME_CAP: usize> Action for ocpp_types::v201::NotifyDisplayMessagesRequest<NOTIFY_DISPLAY_MESSAGES_REQUEST_MESSAGE_INFO_CAP, MESSAGE_INFO_END_DATE_TIME_CAP, MESSAGE_INFO_START_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyDisplayMessages"

Source§

impl<const NOTIFY_DISPLAY_MESSAGES_REQUEST_MESSAGE_INFO_CAP: usize, const MESSAGE_INFO_END_DATE_TIME_CAP: usize, const MESSAGE_INFO_START_DATE_TIME_CAP: usize> Action for ocpp_types::v21::NotifyDisplayMessagesRequest<NOTIFY_DISPLAY_MESSAGES_REQUEST_MESSAGE_INFO_CAP, MESSAGE_INFO_END_DATE_TIME_CAP, MESSAGE_INFO_START_DATE_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyDisplayMessages"

Source§

impl<const NOTIFY_D_E_R_ALARM_REQUEST_TIMESTAMP_CAP: usize> Action for NotifyDERAlarmRequest<NOTIFY_D_E_R_ALARM_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyDERAlarm"

Source§

impl<const NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP: usize> Action for NotifyDERStartStopRequest<NOTIFY_D_E_R_START_STOP_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyDERStartStop"

Source§

impl<const NOTIFY_EVENT_REQUEST_EVENT_DATA_CAP: usize, const EVENT_DATA_TIMESTAMP_CAP: usize, const NOTIFY_EVENT_REQUEST_GENERATED_AT_CAP: usize> Action for ocpp_types::v201::NotifyEventRequest<NOTIFY_EVENT_REQUEST_EVENT_DATA_CAP, EVENT_DATA_TIMESTAMP_CAP, NOTIFY_EVENT_REQUEST_GENERATED_AT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEvent"

Source§

impl<const NOTIFY_EVENT_REQUEST_EVENT_DATA_CAP: usize, const EVENT_DATA_TIMESTAMP_CAP: usize, const NOTIFY_EVENT_REQUEST_GENERATED_AT_CAP: usize> Action for ocpp_types::v21::NotifyEventRequest<NOTIFY_EVENT_REQUEST_EVENT_DATA_CAP, EVENT_DATA_TIMESTAMP_CAP, NOTIFY_EVENT_REQUEST_GENERATED_AT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyEvent"

Source§

impl<const NOTIFY_MONITORING_REPORT_REQUEST_GENERATED_AT_CAP: usize, const NOTIFY_MONITORING_REPORT_REQUEST_MONITOR_CAP: usize, const MONITORING_DATA_VARIABLE_MONITORING_CAP: usize> Action for ocpp_types::v201::NotifyMonitoringReportRequest<NOTIFY_MONITORING_REPORT_REQUEST_GENERATED_AT_CAP, NOTIFY_MONITORING_REPORT_REQUEST_MONITOR_CAP, MONITORING_DATA_VARIABLE_MONITORING_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyMonitoringReport"

Source§

impl<const NOTIFY_MONITORING_REPORT_REQUEST_GENERATED_AT_CAP: usize, const NOTIFY_MONITORING_REPORT_REQUEST_MONITOR_CAP: usize, const MONITORING_DATA_VARIABLE_MONITORING_CAP: usize> Action for ocpp_types::v21::NotifyMonitoringReportRequest<NOTIFY_MONITORING_REPORT_REQUEST_GENERATED_AT_CAP, NOTIFY_MONITORING_REPORT_REQUEST_MONITOR_CAP, MONITORING_DATA_VARIABLE_MONITORING_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyMonitoringReport"

Source§

impl<const NOTIFY_PERIODIC_EVENT_STREAM_BASETIME_CAP: usize, const NOTIFY_PERIODIC_EVENT_STREAM_DATA_CAP: usize> Action for NotifyPeriodicEventStream<NOTIFY_PERIODIC_EVENT_STREAM_BASETIME_CAP, NOTIFY_PERIODIC_EVENT_STREAM_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyPeriodicEventStream"

Source§

impl<const NOTIFY_REPORT_REQUEST_GENERATED_AT_CAP: usize, const NOTIFY_REPORT_REQUEST_REPORT_DATA_CAP: usize> Action for ocpp_types::v201::NotifyReportRequest<NOTIFY_REPORT_REQUEST_GENERATED_AT_CAP, NOTIFY_REPORT_REQUEST_REPORT_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyReport"

Source§

impl<const NOTIFY_REPORT_REQUEST_GENERATED_AT_CAP: usize, const NOTIFY_REPORT_REQUEST_REPORT_DATA_CAP: usize> Action for ocpp_types::v21::NotifyReportRequest<NOTIFY_REPORT_REQUEST_GENERATED_AT_CAP, NOTIFY_REPORT_REQUEST_REPORT_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifyReport"

Source§

impl<const NOTIFY_SETTLEMENT_REQUEST_SETTLEMENT_TIME_CAP: usize> Action for NotifySettlementRequest<NOTIFY_SETTLEMENT_REQUEST_SETTLEMENT_TIME_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "NotifySettlement"

Source§

impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Action for ocpp_types::v201::PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "PublishFirmwareStatusNotification"

Source§

impl<const PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP: usize> Action for ocpp_types::v21::PublishFirmwareStatusNotificationRequest<PUBLISH_FIRMWARE_STATUS_NOTIFICATION_REQUEST_LOCATION_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "PublishFirmwareStatusNotification"

Source§

impl<const REPORT_CHARGING_PROFILES_REQUEST_CHARGING_PROFILE_CAP: usize, const ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP: usize, const PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_DYN_UPDATE_TIME_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize> Action for ocpp_types::v21::ReportChargingProfilesRequest<REPORT_CHARGING_PROFILES_REQUEST_CHARGING_PROFILE_CAP, ABSOLUTE_PRICE_SCHEDULE_TIME_ANCHOR_CAP, PRICE_LEVEL_SCHEDULE_TIME_ANCHOR_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_DYN_UPDATE_TIME_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReportChargingProfiles"

Source§

impl<const REPORT_CHARGING_PROFILES_REQUEST_CHARGING_PROFILE_CAP: usize, const CHARGING_SCHEDULE_START_SCHEDULE_CAP: usize, const CHARGING_PROFILE_VALID_FROM_CAP: usize, const CHARGING_PROFILE_VALID_TO_CAP: usize> Action for ocpp_types::v201::ReportChargingProfilesRequest<REPORT_CHARGING_PROFILES_REQUEST_CHARGING_PROFILE_CAP, CHARGING_SCHEDULE_START_SCHEDULE_CAP, CHARGING_PROFILE_VALID_FROM_CAP, CHARGING_PROFILE_VALID_TO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReportChargingProfiles"

Source§

impl<const RESERVE_NOW_REQUEST_EXPIRY_DATE_CAP: usize> Action for ocpp_types::v16::ReserveNowRequest<RESERVE_NOW_REQUEST_EXPIRY_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl<const RESERVE_NOW_REQUEST_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v201::ReserveNowRequest<RESERVE_NOW_REQUEST_EXPIRY_DATE_TIME_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl<const RESERVE_NOW_REQUEST_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize> Action for ocpp_types::v21::ReserveNowRequest<RESERVE_NOW_REQUEST_EXPIRY_DATE_TIME_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ReserveNow"

Source§

impl<const SECURITY_EVENT_NOTIFICATION_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v201::SecurityEventNotificationRequest<SECURITY_EVENT_NOTIFICATION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SecurityEventNotification"

Source§

impl<const SECURITY_EVENT_NOTIFICATION_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::SecurityEventNotificationRequest<SECURITY_EVENT_NOTIFICATION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SecurityEventNotification"

Source§

impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TAG_INFO_EXPIRY_DATE_CAP: usize> Action for ocpp_types::v16::SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TAG_INFO_EXPIRY_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize, const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize> Action for ocpp_types::v201::SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP, ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl<const SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP: usize, const ID_TOKEN_ADDITIONAL_INFO_CAP: usize, const ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP: usize, const ID_TOKEN_INFO_EVSE_ID_CAP: usize> Action for ocpp_types::v21::SendLocalListRequest<SEND_LOCAL_LIST_REQUEST_LOCAL_AUTHORIZATION_LIST_CAP, ID_TOKEN_ADDITIONAL_INFO_CAP, ID_TOKEN_INFO_CACHE_EXPIRY_DATE_TIME_CAP, ID_TOKEN_INFO_EVSE_ID_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SendLocalList"

Source§

impl<const SET_VARIABLES_REQUEST_SET_VARIABLE_DATA_CAP: usize> Action for ocpp_types::v201::SetVariablesRequest<SET_VARIABLES_REQUEST_SET_VARIABLE_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariables"

Source§

impl<const SET_VARIABLES_REQUEST_SET_VARIABLE_DATA_CAP: usize> Action for ocpp_types::v21::SetVariablesRequest<SET_VARIABLES_REQUEST_SET_VARIABLE_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariables"

Source§

impl<const SET_VARIABLES_RESPONSE_SET_VARIABLE_RESULT_CAP: usize> Action for ocpp_types::v201::SetVariablesResponse<SET_VARIABLES_RESPONSE_SET_VARIABLE_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariables"

Source§

impl<const SET_VARIABLES_RESPONSE_SET_VARIABLE_RESULT_CAP: usize> Action for ocpp_types::v21::SetVariablesResponse<SET_VARIABLES_RESPONSE_SET_VARIABLE_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariables"

Source§

impl<const SET_VARIABLE_MONITORING_REQUEST_SET_MONITORING_DATA_CAP: usize> Action for ocpp_types::v201::SetVariableMonitoringRequest<SET_VARIABLE_MONITORING_REQUEST_SET_MONITORING_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariableMonitoring"

Source§

impl<const SET_VARIABLE_MONITORING_REQUEST_SET_MONITORING_DATA_CAP: usize> Action for ocpp_types::v21::SetVariableMonitoringRequest<SET_VARIABLE_MONITORING_REQUEST_SET_MONITORING_DATA_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariableMonitoring"

Source§

impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Action for ocpp_types::v201::SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariableMonitoring"

Source§

impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Action for ocpp_types::v21::SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetVariableMonitoring"

Source§

impl<const START_TRANSACTION_REQUEST_TIMESTAMP_CAP: usize> Action for StartTransactionRequest<START_TRANSACTION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StartTransaction"

Source§

impl<const STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v16::StatusNotificationRequest<STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl<const STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v201::StatusNotificationRequest<STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl<const STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP: usize> Action for ocpp_types::v21::StatusNotificationRequest<STATUS_NOTIFICATION_REQUEST_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StatusNotification"

Source§

impl<const STOP_TRANSACTION_REQUEST_TIMESTAMP_CAP: usize, const STOP_TRANSACTION_REQUEST_TRANSACTION_DATA_CAP: usize, const TRANSACTION_DATA_ITEM_SAMPLED_VALUE_CAP: usize, const SAMPLED_VALUE_ITEM_VALUE_CAP: usize, const TRANSACTION_DATA_ITEM_TIMESTAMP_CAP: usize> Action for StopTransactionRequest<STOP_TRANSACTION_REQUEST_TIMESTAMP_CAP, STOP_TRANSACTION_REQUEST_TRANSACTION_DATA_CAP, TRANSACTION_DATA_ITEM_SAMPLED_VALUE_CAP, SAMPLED_VALUE_ITEM_VALUE_CAP, TRANSACTION_DATA_ITEM_TIMESTAMP_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "StopTransaction"

Source§

impl<const TARIFF_TIME_PRICES_CAP: usize, const TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_VALID_TO_DATE_CAP: usize, const TARIFF_ENERGY_PRICES_CAP: usize, const TARIFF_FIXED_PRICES_CAP: usize, const TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP: usize, const TARIFF_VALID_FROM_CAP: usize> Action for ChangeTransactionTariffRequest<TARIFF_TIME_PRICES_CAP, TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_VALID_TO_DATE_CAP, TARIFF_ENERGY_PRICES_CAP, TARIFF_FIXED_PRICES_CAP, TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP, TARIFF_VALID_FROM_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "ChangeTransactionTariff"

Source§

impl<const TARIFF_TIME_PRICES_CAP: usize, const TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_VALID_TO_DATE_CAP: usize, const TARIFF_ENERGY_PRICES_CAP: usize, const TARIFF_FIXED_PRICES_CAP: usize, const TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP: usize, const TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP: usize, const TARIFF_VALID_FROM_CAP: usize> Action for SetDefaultTariffRequest<TARIFF_TIME_PRICES_CAP, TARIFF_CONDITIONS_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_VALID_TO_DATE_CAP, TARIFF_ENERGY_PRICES_CAP, TARIFF_FIXED_PRICES_CAP, TARIFF_CONDITIONS_FIXED_END_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_START_TIME_OF_DAY_CAP, TARIFF_CONDITIONS_FIXED_VALID_FROM_DATE_CAP, TARIFF_CONDITIONS_FIXED_VALID_TO_DATE_CAP, TARIFF_VALID_FROM_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "SetDefaultTariff"

Source§

impl<const UPDATE_FIRMWARE_REQUEST_LOCATION_CAP: usize, const UPDATE_FIRMWARE_REQUEST_RETRIEVE_DATE_CAP: usize> Action for ocpp_types::v16::UpdateFirmwareRequest<UPDATE_FIRMWARE_REQUEST_LOCATION_CAP, UPDATE_FIRMWARE_REQUEST_RETRIEVE_DATE_CAP>

Available on non-crate feature alloc only.
Source§

const ACTION: &'static str = "UpdateFirmware"