ocpp/v1_6/enum/reset_type

OCPP 1.6 ResetType enumeration.

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

Types

pub type ResetType {
  Hard
  Soft
}

Constructors

  • Hard
  • Soft

Values

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

Decode a ResetType from its exact schema token.

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

Encode a ResetType to its exact schema token.

Search Document