ocpp/v1_6/enum/log_type

OCPP 1.6 LogType enumeration.

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

Types

pub type LogType {
  DiagnosticsLog
  SecurityLog
}

Constructors

  • DiagnosticsLog
  • SecurityLog

Values

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

Decode a LogType from its exact schema token.

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

Encode a LogType to its exact schema token.

Search Document