Skip to content

Basic hub calls for users, rooms and zones #22

@jinnatar

Description

@jinnatar

The basics are trivial to implement for get calls, endpoints I've found:

  • cozify.hub_api.get('/hub/users', **kwargs)
  • cozify.hub_api.get('/rooms', **kwargs)
  • cozify.hub_api.get('/zones', **kwargs)

All of them probably support also post calls for adding items but that could be left to a follow up PR. I don't have the time to implement these right now but the get calls are trivial so a good first issue for anyone wanting to contribute. I'll also get to them eventually.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions