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