ocpp/v2_0_1/enum/charging_limit_source
OCPP 2.0.1 ChargingLimitSource enumeration (schema ChargingLimitSourceEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Source of the charging limit.
pub type ChargingLimitSource {
Ems
Other
So
Cso
}
Constructors
-
Ems -
Other -
So -
Cso
Values
pub fn decoder() -> decode.Decoder(ChargingLimitSource)
Decode a ChargingLimitSource from its exact schema token.
pub fn to_json(value: ChargingLimitSource) -> json.Json
Encode a ChargingLimitSource to its exact schema token.