ocpp/v2_1/enum/power_during_cessation

OCPP 2.1 PowerDuringCessation enumeration (schema PowerDuringCessationEnumType).

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

Types

Parameter is only sent, if the EV has to feed-in power or reactive power during fault-ride through (FRT) as defined by HVMomCess curve and LVMomCess curve.

pub type PowerDuringCessation {
  Active
  Reactive
}

Constructors

  • Active
  • Reactive

Values

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

Decode a PowerDuringCessation from its exact schema token.

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

Encode a PowerDuringCessation to its exact schema token.

Search Document