Skip to content

Commit

Permalink
fix: delta and periodic are two different types (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-white authored Jan 21, 2025
1 parent e39804b commit 4f6d4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2_0_1/enumerations/monitor_enum_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub enum MonitorEnumType {
#[default]
UpperThreshold,
LowerThreshold,
DeltaPeriodic,
Delta,
Periodic,
PeriodicClockAligned,
}

0 comments on commit 4f6d4d7

Please sign in to comment.