rust_ocpp/v2_0_1/enumerations/
set_monitoring_status_enum_type.rs

1#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Default)]
2pub enum SetMonitoringStatusEnumType {
3    #[default]
4    Accepted,
5    UnknownComponent,
6    UnknownVariable,
7    UnsupportedMonitorType,
8    Rejected,
9    Duplicate,
10}