We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1692564 + 6e4b5bb commit b2c9a8dCopy full SHA for b2c9a8d
1 file changed
CGMBLEKit/Glucose.swift
@@ -63,7 +63,7 @@ public struct Glucose {
63
}
64
65
public var glucose: HKQuantity? {
66
- guard state.hasReliableGlucose else {
+ guard state.hasReliableGlucose && glucoseMessage.glucose >= 39 else {
67
return nil
68
69
0 commit comments