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