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