ocpp/v2_0_1/enum/clear_monitoring_status

OCPP 2.0.1 ClearMonitoringStatus enumeration (schema ClearMonitoringStatusEnumType).

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

Types

Result of the clear request for this monitor, identified by its Id.

pub type ClearMonitoringStatus {
  Accepted
  Rejected
  NotFound
}

Constructors

  • Accepted
  • Rejected
  • NotFound

Values

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

Decode a ClearMonitoringStatus from its exact schema token.

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

Encode a ClearMonitoringStatus to its exact schema token.

Search Document