Class FirmwareManagementEventHandlerImpl

java.lang.Object
io.openems.edge.evcs.ocpp.server.FirmwareManagementEventHandlerImpl
All Implemented Interfaces:
eu.chargetime.ocpp.feature.profile.ServerFirmwareManagementEventHandler

public class FirmwareManagementEventHandlerImpl extends Object implements eu.chargetime.ocpp.feature.profile.ServerFirmwareManagementEventHandler
  • Constructor Details

    • FirmwareManagementEventHandlerImpl

      public FirmwareManagementEventHandlerImpl(EvcsOcppServer parent)
  • Method Details

    • handleDiagnosticsStatusNotificationRequest

      public eu.chargetime.ocpp.model.firmware.DiagnosticsStatusNotificationConfirmation handleDiagnosticsStatusNotificationRequest(UUID sessionIndex, eu.chargetime.ocpp.model.firmware.DiagnosticsStatusNotificationRequest request)
      Specified by:
      handleDiagnosticsStatusNotificationRequest in interface eu.chargetime.ocpp.feature.profile.ServerFirmwareManagementEventHandler
    • handleFirmwareStatusNotificationRequest

      public eu.chargetime.ocpp.model.firmware.FirmwareStatusNotificationConfirmation handleFirmwareStatusNotificationRequest(UUID sessionIndex, eu.chargetime.ocpp.model.firmware.FirmwareStatusNotificationRequest request)
      Specified by:
      handleFirmwareStatusNotificationRequest in interface eu.chargetime.ocpp.feature.profile.ServerFirmwareManagementEventHandler