FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

unable to get sleep summary data using time_series('sleep') · Issue #147 · orcasgit/python-fitbit · GitHub

unable to get sleep summary data using time_series('sleep')  #147

Description

When I make a API request using

auth_client.time_series('sleep', base_date=start_date, end_date=end_date)

, I do not get sleep summary data that contains

'summary': {'stages': {'deep': 84, 'light': 263, 'rem': 104, 'wake': 59},
'totalMinutesAsleep': 463,
'totalSleepRecords': 1,
'totalTimeInBed': 510}}

I was able to get the full sleep data including summary data using just auth_client.sleep() but not using auth_client.time_series('sleep')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL