Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health connect sensors round 2 & 3 docs #1140

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
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
15 changes: 15 additions & 0 deletions docs/core/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,15 +496,30 @@ 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_basal_body_temperature` | celsus | The last recorded basal body temperature. |
| `health_connect_basal_metabolic_rate` | kilocalories per day | The last recorded basal metabolic rate. |
| `health_connect_blood_glucose` | milligrams per deciliter | The last recorded blood glucose reading. |
| `health_connect_body_fat` | percent | The last recorded body fat percentage. |
| `health_connect_body_temperature` | celsius | The last recorded body temperature. |
| `health_connect_body_water_mass` | grams | The last recorded body water mass. |
| `health_connect_bone_mass` | grams | The last recorded bone mass. |
| `health_connect_diastolic_blood_pressure` | millimeters of Mercury | The last recorded diastolic blood pressure. |
| `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. |
| `health_connect_heart_rate_variability` | milliseconds | The last recorded heart rate variability. |
| `health_connect_height` | meters | The last recorded height. |
| `health_connect_hydration` | milliliters | Total hydration since midnight. |
| `health_connect_lean_body_mass` | grams | The last recorded lean body mass. |
| `health_connect_oxygen_saturation` | percent | The last recorded oxygen saturation percentage. |
| `health_connect_respiratory_rate` | breaths per minute | The last recorded respiratory rate. |
| `health_connect_resting_heart_rate` | beats per minute | The last recorded resting heart rate. |
| `health_connect_sleep_duration` | minutes | The last recorded sleep duration. |
| `health_connect_steps` | steps | Total steps taken since midnight. |
| `health_connect_systolic_blood_pressure` | millimeters of Mercury | The last recorded systolic blood pressure. |
| `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. |

## High Accuracy Mode
Expand Down