-
Notifications
You must be signed in to change notification settings - Fork 1
Steps
KNSG edited this page Sep 6, 2019
·
2 revisions
- step count data by fitbit
- File name starts with
step-****.json
- File format:
JSON
[{
"dateTime" : "12/18/15 15:00:00",
"value" : "0"
},{
"dateTime" : "12/18/15 15:01:00",
"value" : "0"
}]
- dateTime (string) : time stamp. format (MM/dd/YY HH:mm:ss)
- value (int) : step count value