2021-03-02 23:57:22 +01:00
|
|
|
# Mandatory Fitbit Format
|
|
|
|
|
2021-03-10 15:54:40 +01:00
|
|
|
This is a description of the format RAPIDS needs to process data for the following Fitbit\ sensors.
|
2021-03-02 23:57:22 +01:00
|
|
|
|
|
|
|
??? info "FITBIT_HEARTRATE_SUMMARY"
|
|
|
|
|
|
|
|
| RAPIDS column | Description |
|
|
|
|
|-----------------|-----------------|
|
2021-03-10 15:54:40 +01:00
|
|
|
| LOCAL_DATE_TIME | Date time string with format `yyyy-mm-dd hh:mm:ss` |
|
|
|
|
| DEVICE_ID | A string that uniquely identifies a device |
|
2021-03-02 23:57:22 +01:00
|
|
|
| HEARTRATE_DAILY_RESTINGHR | TODO |
|
|
|
|
| HEARTRATE_DAILY_CALORIESOUTOFRANGE | TODO |
|
|
|
|
| HEARTRATE_DAILY_CALORIESFATBURN | TODO |
|
|
|
|
| HEARTRATE_DAILY_CALORIESCARDIO | TODO |
|
2021-03-10 15:54:40 +01:00
|
|
|
| HEARTRATE_DAILY_CALORIESPEAK | TODO |
|
|
|
|
|
|
|
|
??? info "FITBIT_STEPS_SUMMARY"
|
|
|
|
|
|
|
|
| RAPIDS column | Description |
|
|
|
|
|-----------------|-----------------|
|
|
|
|
| TIMESTAMP | An UNIX timestamp (13 digits) when a row of data was logged |
|
|
|
|
| LOCAL_DATE_TIME | Date time string with format `yyyy-mm-dd hh:mm:ss` |
|
|
|
|
| DEVICE_ID | A string that uniquely identifies a device |
|
|
|
|
| STEPS | Daily step count |
|