ocpp/v2_1/enum/registration_status

OCPP 2.1 RegistrationStatus enumeration (schema RegistrationStatusEnumType).

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

Types

This contains whether the Charging Station has been registered within the CSMS.

pub type RegistrationStatus {
  Accepted
  Pending
  Rejected
}

Constructors

  • Accepted
  • Pending
  • Rejected

Values

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

Decode a RegistrationStatus from its exact schema token.

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

Encode a RegistrationStatus to its exact schema token.

Search Document