ocpp/v2_0_1/enum/request_start_stop_status
OCPP 2.0.1 RequestStartStopStatus enumeration (schema RequestStartStopStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Status indicating whether the Charging Station accepts the request to start a transaction.
pub type RequestStartStopStatus {
Accepted
Rejected
}
Constructors
-
Accepted -
Rejected
Values
pub fn decoder() -> decode.Decoder(RequestStartStopStatus)
Decode a RequestStartStopStatus from its exact schema token.
pub fn to_json(value: RequestStartStopStatus) -> json.Json
Encode a RequestStartStopStatus to its exact schema token.