Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing source information for some datatypes #353

Open
reshmasheerin opened this issue Feb 21, 2024 · 0 comments
Open

Missing source information for some datatypes #353

reshmasheerin opened this issue Feb 21, 2024 · 0 comments

Comments

@reshmasheerin
Copy link

There is source(of device app) for most of the datatypes except few including HeartRate, Blood Pressure, Distance, Nutrition.

For example: Sleep has 'addedBy' field showing the source information but not HeartRate
Sleep:
[
{
'addedBy': 'com.google.android.apps.fitness'
'endDate': '2020-11-03T07:47:00.000Z',
'startDate': '2020-11-03T07:33:59.160Z',
// To understand what is granularity: https://developers.google.com/fit/scenarios/read-sleep-data
'granularity': [
{
'startDate': {
'sleepStage': 2,
'endDate': '2020-11-03T07:47:00.000Z',
'startDate': '2020-11-03T07:33:59.160Z',
}
}
],
},
{
'addedBy': 'com.google.android.apps.fitness',
'endDate': '2020-11-02T17:41:00.000Z',
'startDate': '2020-11-02T10:41:00.000Z',
'granularity': [],
},
]

HeartRate:
heart rate missing source information
[
{
"value":80,
"endDate":"2019-07-26T10:19:21.348Z",
"startDate":"2019-07-26T10:19:21.348Z",
"day":"Fri"
}
]

Would it be possible to add the source information for the missing datatypes please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant