We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39804b commit 4f6d4d7Copy full SHA for 4f6d4d7
src/v2_0_1/enumerations/monitor_enum_type.rs
@@ -3,6 +3,7 @@ pub enum MonitorEnumType {
3
#[default]
4
UpperThreshold,
5
LowerThreshold,
6
- DeltaPeriodic,
+ Delta,
7
+ Periodic,
8
PeriodicClockAligned,
9
}
0 commit comments