1 2 3 4 5 6 7
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq)] pub enum EventNotificationEnumType { HardWiredNotification, HardWiredMonitor, PreconfiguredMonitor, CustomMonitor, }