ocpp/v2_1/enum/charging_profile_kind

OCPP 2.1 ChargingProfileKind enumeration (schema ChargingProfileKindEnumType).

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

Types

Indicates the kind of schedule.

pub type ChargingProfileKind {
  Absolute
  Recurring
  Relative
  Dynamic
}

Constructors

  • Absolute
  • Recurring
  • Relative
  • Dynamic

Values

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

Decode a ChargingProfileKind from its exact schema token.

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

Encode a ChargingProfileKind to its exact schema token.

Search Document