ocpp/v2_0_1/enum/operational_status

OCPP 2.0.1 OperationalStatus enumeration (schema OperationalStatusEnumType).

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

Types

This contains the type of availability change that the Charging Station should perform.

pub type OperationalStatus {
  Inoperative
  Operative
}

Constructors

  • Inoperative
  • Operative

Values

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

Decode a OperationalStatus from its exact schema token.

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

Encode a OperationalStatus to its exact schema token.

Search Document