📄️ Overview
Below are the metrics you can find per vital parameter including the corresponding models for Android and iOS. You can get the summaries per metric or the raw metrics from the SDK.
📄️ Quality
Quality values are between 0 and 4 (0low, 2good, 4:very good)
📄️ Summaries
Summaries are daily aggregates computed by the SDK from the raw metrics. Each summary covers one day and holds both day-level totals — total steps, average heart rate — and a list of slots, which are periodic buckets within that day.
📄️ Raw data models
Raw metrics are the measurements as they come off the bracelet: one row per sampling interval, parsed from the transferred files and written to the local database. They are the input the SDK uses to build the daily Summaries.
📄️ Raw Files
Because we don’t parse the PPG2, Accelerometer and BioZ files in the app, we’ve written an description on how to read these values.