ocpp/v2_0_1/enum/charging_profile_kind
OCPP 2.0.1 ChargingProfileKind enumeration (schema ChargingProfileKindEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Indicates the kind of schedule.
Data dictionary: Charging_Profile.Charging_Profile_Kind.Charging_Profile_Kind_Code · urn:x-oca:ocpp:uid:1:569232
pub type ChargingProfileKind {
Absolute
Recurring
Relative
}
Constructors
-
Absolute -
Recurring -
Relative
Values
pub fn decoder() -> decode.Decoder(ChargingProfileKind)
Decode a ChargingProfileKind from its exact schema token.
pub fn to_json(value: ChargingProfileKind) -> json.Json
Encode a ChargingProfileKind to its exact schema token.