ocpp/v2_0_1/enum/get_installed_certificate_status

OCPP 2.0.1 GetInstalledCertificateStatus enumeration (schema GetInstalledCertificateStatusEnumType).

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

Types

Charging Station indicates if it can process the request.

pub type GetInstalledCertificateStatus {
  Accepted
  NotFound
}

Constructors

  • Accepted
  • NotFound

Values

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

Decode a GetInstalledCertificateStatus from its exact schema token.

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

Encode a GetInstalledCertificateStatus to its exact schema token.

Search Document