ocpp/v2_0_1/enum/recurrency_kind
OCPP 2.0.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.
Data dictionary: Charging_Profile.Recurrency_Kind.Recurrency_Kind_Code · urn:x-oca:ocpp:uid:1:569233
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.