ocpp/v1_6/enum/charge_point_status

OCPP 1.6 ChargePointStatus enumeration.

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

Types

pub type ChargePointStatus {
  Available
  Preparing
  Charging
  SuspendedEvse
  SuspendedEv
  Finishing
  Reserved
  Unavailable
  Faulted
}

Constructors

  • Available
  • Preparing
  • Charging
  • SuspendedEvse
  • SuspendedEv
  • Finishing
  • Reserved
  • Unavailable
  • Faulted

Values

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

Decode a ChargePointStatus from its exact schema token.

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

Encode a ChargePointStatus to its exact schema token.

Search Document