ocpp/v2_1/enum/recurrency_kind

OCPP 2.1 RecurrencyKind enumeration (schema RecurrencyKindEnumType).

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

Types

Indicates the start point of a recurrence.

pub type RecurrencyKind {
  Daily
  Weekly
}

Constructors

  • Daily
  • Weekly

Values

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

Decode a RecurrencyKind from its exact schema token.

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

Encode a RecurrencyKind to its exact schema token.

Search Document