-
Notifications
You must be signed in to change notification settings - Fork 1
DemographicVo2Max
KNSG edited this page Sep 8, 2019
·
1 revision
- ??? data by fitbit
- File name starts with
demographic_vo2_max-****.json
- File format:
JSON
[{
"dateTime" : "12/17/18 00:00:00",
"value" : {
"demographicVO2Max" : 45.883610000000004,
"demographicVO2MaxError" : 3.0000000000000004,
"filteredDemographicVO2Max" : 45.71894,
"filteredDemographicVO2MaxError" : 0.3633
}
},{
"dateTime" : "12/18/18 00:00:00",
"value" : {
"demographicVO2Max" : 45.663430000000005,
"demographicVO2MaxError" : 3.0000000000000004,
"filteredDemographicVO2Max" : 45.712210000000006,
"filteredDemographicVO2MaxError" : 0.36325
}
}]
- dateTime (string) : time stamp. format (MM/dd/YY HH:mm:ss).
-
value (object) :
- demographicVO2Max (double) : ???
- demographicVO2MaxError (double) : ???
- filteredDemographicVO2Max (double) : ???
- filteredDemographicVO2MaxError (double) : ???