ocpp/v2_1/enum/reset_status
OCPP 2.1 ResetStatus enumeration (schema ResetStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
This indicates whether the Charging Station is able to perform the reset.
pub type ResetStatus {
Accepted
Rejected
Scheduled
}
Constructors
-
Accepted -
Rejected -
Scheduled
Values
pub fn decoder() -> decode.Decoder(ResetStatus)
Decode a ResetStatus from its exact schema token.
pub fn to_json(value: ResetStatus) -> json.Json
Encode a ResetStatus to its exact schema token.