ocpp/v2_1/enum/mobility_needs_mode

OCPP 2.1 MobilityNeedsMode enumeration (schema MobilityNeedsModeEnumType).

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

Types

(2.1) Value of EVCC indicates that EV determines min/target SOC and departure time. + A value of EVCC_SECC indicates that charging station or CSMS may also update min/target SOC and departure time. + ISO 15118-20: + ServiceSelectionReq(SelectedEnergyTransferService)

pub type MobilityNeedsMode {
  Evcc
  EvccSecc
}

Constructors

  • Evcc
  • EvccSecc

Values

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

Decode a MobilityNeedsMode from its exact schema token.

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

Encode a MobilityNeedsMode to its exact schema token.

Search Document