Skip to content

Commit df8d2fd

Browse files
authored
Merge pull request #18 from marionbarker/low_reservoir_notification
Extend low reservoir notification range
2 parents 87f3819 + 67caf38 commit df8d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OmniKit/OmnipodCommon/Pod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public struct Pod {
9898
public static let defaultLowReservoirReminder: Double = 10
9999

100100
// Allowed Low Reservoir reminder values
101-
public static let allowedLowReservoirReminderValues = Array(stride(from: 10, through: 50, by: 1))
101+
public static let allowedLowReservoirReminderValues = Array(stride(from: 1, through: 50, by: 1))
102102
}
103103

104104
// DeliveryStatus used in StatusResponse and DetailedStatus

0 commit comments

Comments
 (0)