Skip to main content

Python library for controlling BOND Home Hub

Project description

Bond Home Library for Python

A Python library for interacting with the Local API of a Bond Home Hub https://bondhome.io/

Local API Docs: http://docs-local.appbond.com/

Installation

pip3 install bond-home

Usage

from bond import Bond
import time

bond = Bond(bondIp='192.168.1.100', bondToken='abcdefghijklmnop')

bond.toggleLight('5842137d')
time.sleep(2)
bond.toggleLight('5842137d')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bond-home-0.0.9.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

bond_home-0.0.9-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page