ocpp/v2_1/enum/get_charging_profile_status

OCPP 2.1 GetChargingProfileStatus enumeration (schema GetChargingProfileStatusEnumType).

to_json/decoder map each constructor to/from its exact schema token.

Types

This indicates whether the Charging Station is able to process this request and will send ReportChargingProfilesRequest messages.

pub type GetChargingProfileStatus {
  Accepted
  NoProfiles
}

Constructors

  • Accepted
  • NoProfiles

Values

pub fn decoder() -> decode.Decoder(GetChargingProfileStatus)

Decode a GetChargingProfileStatus from its exact schema token.

pub fn to_json(value: GetChargingProfileStatus) -> json.Json

Encode a GetChargingProfileStatus to its exact schema token.

Search Document