Skip to content

Commit

Permalink
Update fitbit spo2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Mar 6, 2024
1 parent 53446e5 commit d96dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/connector/fitbit/fitbit_intraday_spo2.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"fields": [
{ "name": "time", "type": "double", "doc": "Device timestamp in UTC (s)." },
{ "name": "timeReceived", "type": "double", "doc": "Time that the data was received from the Fitbit API (seconds since the Unix Epoch)." },
{ "name": "spo2", "type": "float", "doc": "Percentage value of SpO2 calculated at the specific time."}
{ "name": "spo2", "type": "float", "doc": "Percentage value of SpO2 in the bloodstream. SpO2 data is collected when the user is in an extended period of sleep (at least 3 hours of quality sleep). Spo2 values are calculated on a 5-minute exponentially-moving average and provided at the end of a period of sleep."}
]
}

0 comments on commit d96dc26

Please sign in to comment.