ocpp/v2_0_1/enum/get_variable_status

OCPP 2.0.1 GetVariableStatus enumeration (schema GetVariableStatusEnumType).

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

Types

Result status of getting the variable.

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