ocpp/v2_0_1/enum/monitoring_base

OCPP 2.0.1 MonitoringBase enumeration (schema MonitoringBaseEnumType).

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

Types

Specify which monitoring base will be set

pub type MonitoringBase {
  All
  FactoryDefault
  HardWiredOnly
}

Constructors

  • All
  • FactoryDefault
  • HardWiredOnly

Values

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

Decode a MonitoringBase from its exact schema token.

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

Encode a MonitoringBase to its exact schema token.

Search Document