From d96dc26cc8e013e3d9849e760a0d7e836b26d51f Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 6 Mar 2024 11:05:47 +0000 Subject: [PATCH] Update fitbit spo2 docs --- commons/connector/fitbit/fitbit_intraday_spo2.avsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/connector/fitbit/fitbit_intraday_spo2.avsc b/commons/connector/fitbit/fitbit_intraday_spo2.avsc index 9e64f7af..c9e8fd8a 100644 --- a/commons/connector/fitbit/fitbit_intraday_spo2.avsc +++ b/commons/connector/fitbit/fitbit_intraday_spo2.avsc @@ -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."} ] }