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