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