Skip to content

Commit 3873fdc

Browse files
authored
Merge pull request #401 from LoopKit/sensorinfo
MySentry off should report as non valid sensor info
2 parents 49bbd40 + 2297c54 commit 3873fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Models/MySentryPumpStatusMessageBody.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import MinimedKit
1414
extension MySentryPumpStatusMessageBody: SensorDisplayable {
1515
public var isStateValid: Bool {
1616
switch glucose {
17-
case .active, .off:
17+
case .active:
1818
return true
1919
default:
2020
return false

0 commit comments

Comments
 (0)