ocpp/v1_6/enum/availability_type

OCPP 1.6 AvailabilityType enumeration.

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

Types

pub type AvailabilityType {
  Inoperative
  Operative
}

Constructors

  • Inoperative
  • Operative

Values

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

Decode a AvailabilityType from its exact schema token.

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

Encode a AvailabilityType to its exact schema token.

Search Document