ocpp/v2_1/enum/get_variable_status

OCPP 2.1 GetVariableStatus enumeration (schema GetVariableStatusEnumType).

to_json/decoder map each constructor to/from its exact schema token.

Types

pub type GetVariableStatus {
  Accepted
  Rejected
  UnknownComponent
  UnknownVariable
  NotSupportedAttributeType
}

Constructors

  • Accepted
  • Rejected
  • UnknownComponent
  • UnknownVariable
  • NotSupportedAttributeType

Values

pub fn decoder() -> decode.Decoder(GetVariableStatus)

Decode a GetVariableStatus from its exact schema token.

pub fn to_json(value: GetVariableStatus) -> json.Json

Encode a GetVariableStatus to its exact schema token.

Search Document