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