ocpp/v2_0_1/enum/get_display_messages_status

OCPP 2.0.1 GetDisplayMessagesStatus enumeration (schema GetDisplayMessagesStatusEnumType).

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

Types

Indicates if the Charging Station has Display Messages that match the request criteria in the GetDisplayMessagesRequest

pub type GetDisplayMessagesStatus {
  Accepted
  Unknown
}

Constructors

  • Accepted
  • Unknown

Values

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

Decode a GetDisplayMessagesStatus from its exact schema token.

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

Encode a GetDisplayMessagesStatus to its exact schema token.

Search Document