Skip to content
3 changes: 3 additions & 0 deletions LoopKitUI/CGMManagerUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public protocol CGMManagerUI: CGMManager, DeviceManagerUI {

/// the completed percent of the progress bar to display in the status bar
var cgmLifecycleProgress: DeviceLifecycleProgress? { get }

/// gets the type of a glucose sample using the CGM manager managed glucose thresholds
func glucoseValueType(for glucose: GlucoseSampleValue) -> GlucoseValueType?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ValueType" is quite vague. Looking at what GlucoseValueType contains, maybe GlucoseRangeCategory?

}

public protocol CGMManagerSetupViewController {
Expand Down