File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public class ShareClientManager: CGMManager {
6161
6262 public let shouldSyncToRemoteService = false
6363
64- public var sensorState : SensorDisplayable ? {
64+ public var glucoseDisplay : GlucoseDisplayable ? {
6565 return latestBackfill
6666 }
6767
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extension ShareGlucose: GlucoseValue {
2222}
2323
2424
25- extension ShareGlucose : SensorDisplayable {
25+ extension ShareGlucose : GlucoseDisplayable {
2626 public var isStateValid : Bool {
2727 return glucose >= 39
2828 }
@@ -36,12 +36,12 @@ extension ShareGlucose: SensorDisplayable {
3636 }
3737
3838 // TODO Placeholder. This functionality will come with LOOP-1311
39- public var glucoseValueType : GlucoseValueType ? {
39+ public var glucoseRangeCategory : GlucoseRangeCategory ? {
4040 return nil
4141 }
4242}
4343
44- extension SensorDisplayable {
44+ extension GlucoseDisplayable {
4545 public var stateDescription : String {
4646 if isStateValid {
4747 return LocalizedString ( " OK " , comment: " Sensor state description for the valid state " )
You can’t perform that action at this time.
0 commit comments