ocpp/v2_1/enum/clear_charging_profile_status
OCPP 2.1 ClearChargingProfileStatus enumeration (schema ClearChargingProfileStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Indicates if the Charging Station was able to execute the request.
pub type ClearChargingProfileStatus {
Accepted
Unknown
}
Constructors
-
Accepted -
Unknown
Values
pub fn decoder() -> decode.Decoder(ClearChargingProfileStatus)
Decode a ClearChargingProfileStatus from its exact schema token.
pub fn to_json(value: ClearChargingProfileStatus) -> json.Json
Encode a ClearChargingProfileStatus to its exact schema token.