ubibotpy

Python implementation for Ubibot APIs.


License
Apache-2.0
Install
pip install ubibotpy==0.0.1

Documentation

pyubibot

Ubibot API wrapped in Python implementation library.

Currently, only supports application key access to all "channels" (devices) associated to the account.

The base class is a Channel. Each channel has accessor methods to return the latest data from the channel.

Channels object holds multiple channel. All channels are held in a dictionary keyed on their channel_id.