12-11-2024 06:47
12-11-2024 06:47
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?
12-12-2024 11:59
12-12-2024 11:59
Hi @diptopol
Let me see if I can reproduce this problem, and I'll get back to you.
01-06-2025 01:02
01-06-2025 01:02
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.