How to check which one is manually added steps and which ones are tracked (google fit) #182
Unanswered
akshayrastogi-md
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting same object for both Manually added steps and same for automatically tracked steps how to segregate?
Here is example of data:
--Manually Added Step Object--
{
"metadata": {
"recordingMethod": 0,
"device": {
"model": null,
"manufacturer": null,
"type": 0
},
"clientRecordVersion": 0,
"dataOrigin": "com.google.android.apps.fitness",
"clientRecordId": null,
"lastModifiedTime": "2024-12-06T07:58:31.738Z",
"id": "89daa5cb-3ecb-43cd-9fa7-4c7425879338"
},
"count": 444,
"endTime": "2024-12-04T21:00:00.001Z",
"startTime": "2024-12-04T20:30:00Z"
}
--Automatically Tracked--
{
"metadata": {
"recordingMethod": 0,
"device": {
"model": null,
"manufacturer": null,
"type": 0
},
"clientRecordVersion": 0,
"dataOrigin": "com.google.android.apps.fitness",
"clientRecordId": null,
"lastModifiedTime": "2024-12-06T07:54:22.751Z",
"id": "a3055e9f-c2c7-4218-8010-5660ece957bf"
},
"count": 54,
"endTime": "2024-12-05T14:24:33.233Z",
"startTime": "2024-12-05T14:24:07.850Z"
}
Beta Was this translation helpful? Give feedback.
All reactions