ocpp/v2_1/enum/publish_firmware_status

OCPP 2.1 PublishFirmwareStatus enumeration (schema PublishFirmwareStatusEnumType).

to_json/decoder map each constructor to/from its exact schema token.

Types

This contains the progress status of the publishfirmware installation.

pub type PublishFirmwareStatus {
  Idle
  DownloadScheduled
  Downloading
  Downloaded
  Published
  DownloadFailed
  DownloadPaused
  InvalidChecksum
  ChecksumVerified
  PublishFailed
}

Constructors

  • Idle
  • DownloadScheduled
  • Downloading
  • Downloaded
  • Published
  • DownloadFailed
  • DownloadPaused
  • InvalidChecksum
  • ChecksumVerified
  • PublishFailed

Values

pub fn decoder() -> decode.Decoder(PublishFirmwareStatus)

Decode a PublishFirmwareStatus from its exact schema token.

pub fn to_json(value: PublishFirmwareStatus) -> json.Json

Encode a PublishFirmwareStatus to its exact schema token.

Search Document