In Sleep Web API, when we fetch clasic type sleep data (duration less than 3 hours), we are always get asleep count 0 in summary. Here is an example
"summary": {
"asleep": {
"count": 0,
"minutes": 102
},
"awake": {
"count": 0,
"minutes": 0
},
"restless": {
"count": 3,
"minutes": 5
}
}
I have found it very confusing as we can see the total asleep minutes 102, but the asleep stage count is 0. Can anyone explain why the API is returning 0?
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @diptopol
I just want to provide you with an update. I've been able to reproduce this problem, and have filed a ticket to our engineering team. Once I get more information, I'll provide you with an update.