Library to login to Dreo cloud and get device info.


Keywords
dreo, dreofan
License
MIT
Install
pip install hscloud==0.0.0.8

Documentation

Contributors Forks Stargazers Issues MIT License


pydreo-cloud

Library for connecting to dreo cloud.

Report Bug · Request Feature

About The Project

Simple implementation for logging in to your Dreo cloud account and fetch device information.

Usage

How to get and use pydreo-cloud.

Getting it

To download pydreo-cloud, either fork this github repo or use Pypi via pip.

$ pip install pydreo-cloud

Using it

You can use pydreo-cloud in your project.

In code:

As of right now there's not much you can do. You can login and get device info from Dreo cloud:

from pydreo-cloud.client import DreoClient

manage = DreoClient("USERNAME", "PASSWORD")
manage.login()

# get list of devices
devices = manage.get_devices()

# get status of devices
status = manage.get_status("DEVICESN")

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dreo Team: developer@dreo.com

Project Link: https://github.com/dreo-team/pydreo-cloud