Can you write how are you getting the info?
i'm having the opposite problem - i'm only reciving the classic data and i want the stages.
i'm doing it with the
client.sleep(date=datetime.date(2018,04,20))
and it returns a distionary with sleep and summrized data, one of the values is a "minuteData" list, which is a list with TIME and VALUE for each sleep record (VALUE is between 1 and 3)
How do you recive the stages data?
Best Answer