Skip to content

Commit 4f6d4d7

Browse files
authored
fix: delta and periodic are two different types (#138)
1 parent e39804b commit 4f6d4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2_0_1/enumerations/monitor_enum_type.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pub enum MonitorEnumType {
33
#[default]
44
UpperThreshold,
55
LowerThreshold,
6-
DeltaPeriodic,
6+
Delta,
7+
Periodic,
78
PeriodicClockAligned,
89
}

0 commit comments

Comments
 (0)