ocpp/v2_1/enum/display_message_status
OCPP 2.1 DisplayMessageStatus enumeration (schema DisplayMessageStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
This indicates whether the Charging Station is able to display the message.
pub type DisplayMessageStatus {
Accepted
NotSupportedMessageFormat
Rejected
NotSupportedPriority
NotSupportedState
UnknownTransaction
LanguageNotSupported
}
Constructors
-
Accepted -
NotSupportedMessageFormat -
Rejected -
NotSupportedPriority -
NotSupportedState -
UnknownTransaction -
LanguageNotSupported
Values
pub fn decoder() -> decode.Decoder(DisplayMessageStatus)
Decode a DisplayMessageStatus from its exact schema token.
pub fn to_json(value: DisplayMessageStatus) -> json.Json
Encode a DisplayMessageStatus to its exact schema token.