ocpp/v2_0_1/enum/event_notification

OCPP 2.0.1 EventNotification enumeration (schema EventNotificationEnumType).

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

Types

Specifies the event notification type of the message.

pub type EventNotification {
  HardWiredNotification
  HardWiredMonitor
  PreconfiguredMonitor
  CustomMonitor
}

Constructors

  • HardWiredNotification
  • HardWiredMonitor
  • PreconfiguredMonitor
  • CustomMonitor

Values

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

Decode a EventNotification from its exact schema token.

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

Encode a EventNotification to its exact schema token.

Search Document