ocpp/v1_6/enum/recurrency_kind_type
OCPP 1.6 RecurrencyKindType enumeration.
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type RecurrencyKindType {
Daily
Weekly
}
Constructors
-
Daily -
Weekly
Values
pub fn decoder() -> decode.Decoder(RecurrencyKindType)
Decode a RecurrencyKindType from its exact schema token.
pub fn to_json(value: RecurrencyKindType) -> json.Json
Encode a RecurrencyKindType to its exact schema token.