Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/setup/lf-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ Some alarms can be told to stay quiet when the situation is already correcting i

For the two BG alarms, the direction is judged from the last two readings.

### Predictive Low Alert

The Low BG Alert can warn you *before* glucose actually goes low, based on the forecast from the looping app. In the alarm's settings, set **Predictive** to the number of minutes to look ahead in the forecast (up to 60); if any forecast value in that window is at or below the alarm's threshold, you are warned early. Set it to 0 to alert only on actual readings.

* For *Loop*, the forecast that *Loop* uploads is used.
* For *Trio*, the lowest of *Trio*'s four forecast lines (ZT, IOB, COB, UAM) at each point in time is used.

### Alarm Types Reference

The table below lists every alarm type available in *LoopFollow*, organized by group.
Expand All @@ -78,7 +85,7 @@ The table below lists every alarm type available in *LoopFollow*, organized by g

| Alarm | Description |
|:--|:--|
| Low BG Alert | Alerts when BG goes below a limit |
| Low BG Alert | Alerts when BG goes below a limit, now or in the [forecast](#predictive-low-alert) |
| High BG Alert | Alerts when BG rises above a limit |
| Fast Drop Alert | Rapid downward BG trend |
| Fast Rise Alert | Rapid upward BG trend |
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/lf-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ These settings are accessed through the General row in the Settings screen.
| Persistent Notification | Typically disabled<br> When enabled, glucose is reported with every update |
| Appearance | Choose Light, Dark or System for appearance |
| Display Stats | When enabled, statistics for the last 24 hours are displayed on Home screen |
| Display Small Graph | When enabled, a full history graph is displayed under the main plot. The history is determined by the Number of Days Back chosen in the Graph screen |
| Display Small Graph | When enabled, a full history graph is displayed under the main plot. The history is determined by the Number of Days Back chosen in the Graph screen. Tap the small graph to move the main graph to that point in time; drag your finger across it to scrub the main graph in real time |
| Color BG Text | When enabled, use colors to highlight low, in-range and high values |
| Keep Screen Active | When enabled, override the auto-lock setting<br>This works whether the phone is plugged in or not, so be sure to lock screen manually|
| Show Display Name | When enabled, the app name is shown on the Home screen<br>Very useful if more than one person is being followed|
Expand Down Expand Up @@ -292,7 +292,7 @@ These items can be chosen for display on the Home screen. A Nightscout Site is r
| Pump Battery | Battery level on pumps that report levels | Both |
| SAGE | Sensor Age | Both |
| CAGE | Cannula Age | Both |
| Rec. Bolus | Recommended bolus<br>from last `loop` | Both |
| Rec. Bolus | Recommended bolus<br>from last `loop`, shown using the pump's bolus increment | Both |
| Min/Max | Minimum and maximum values for glucose from current OS-AID forecast | Both |
| Carbs today | Total grams of Carbs since Midnight | Both |
| Autosens | `Trio`: autosens value | `Trio` |
Expand Down