-
Notifications
You must be signed in to change notification settings - Fork 1
RestingHeartRate
KNSG edited this page Sep 8, 2019
·
1 revision
- resting heart rate data by fitbit
- File name starts with
resting_heart_rate-****.json
- File format:
JSON
[{
"dateTime" : "12/17/18 00:00:00",
"value" : {
"date" : "12/17/18",
"value" : 64.5576810836792,
"error" : 23.924870491027832
}
},{
"dateTime" : "12/18/18 00:00:00",
"value" : {
"date" : "12/18/18",
"value" : 65.24471664428711,
"error" : 23.151891708374023
}
}]
- dateTime (string) : time stamp. format (MM/dd/YY HH:mm:ss).
-
value (object) : heart rate values
- date (string) : date string. null exists
- value (double) : ???
- error (double) : ???