CFenner / hscloud

hscloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


HsCloud

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 hscloud.

Getting it

To download hscloud, either fork this github repo or use Pypi via pip.

$ pip install hscloud

Using it

You can use hscloud 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 hscloud.hscloud import HsCloud

manage = HsCloud("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: app@hesung.com

Project Link: https://github.com/dreo-team/hscloud

About

hscloud

License:Other


Languages

Language:Python 100.0%