Skip to content

Commit

Permalink
Add recently approved health connect sensors for the beta (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Jan 31, 2025
1 parent b399c83 commit 21f6130
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/core/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,17 @@ These sensors will reflect health and fitness data stored by other apps on your
| Sensor | Unit | Description |
| --------- | ---- | --------- |
| `health_connect_active_calories_burned` | kilocalories | The last estimate for number of active calories burned, excluding basal metabolic rate (BMR). |
| `health_connect_blood_glucose` | milligrams per deciliter | The last recorded blood glucose reading. <span class='beta'>BETA</span> |
| `health_connect_diastolic_blood_pressure` | millimeters of Mercury | The last recorded diastolic blood pressure. <span class='beta'>BETA</span> |
| `health_connect_distance` | meters | Total distance traveled since midnight. |
| `health_connect_elevation_gained` | meters | Total elevation gained since midnight. |
| `health_connect_floors_climbed` | floors | Total floors climbed since midnight. |
| `health_connect_heart_rate` | beats per minute | The last recorded heart rate. <span class='beta'>BETA</span> |
| `health_connect_steps` | steps | Total steps taken since midnight. |
| `health_connect_systolic_blood_pressure` | millimeters of Mercury | The last recorded systolic blood pressure. <span class='beta'>BETA</span> |
| `health_connect_total_calories_burned` | kilocalories | Total amount of calories burned since midnight, including active & basal energy burned (BMR). |
| `health_connect_vo2_max` | milliliters per minute per kilogram | The last recorded VO2 max score. |
| `health_connect_weight` | grams | The last recorded weight. <span class='beta'>BETA</span> |

## High Accuracy Mode
![Android](/assets/android.svg) This sensors state will reflect if the device has [high accuracy mode](location.md#high-accuracy-mode) currently enabled or not. This sensor will update as soon as the state of high accuracy mode changes, the sensor will not appear until high accuracy mode is enabled for the first time.
Expand Down

0 comments on commit 21f6130

Please sign in to comment.