hue-bridge 0.1.0-alpha.2

Asynchronous Hue Bridge API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Hue Bridge API
---

[![Crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]  

[crates-badge]: https://img.shields.io/crates/v/hue-bridge  
[crates-url]: https://crates.io/crates/hue-bridge  
[docs-badge]: https://docs.rs/hue-bridge/badge.svg  
[docs-url]: https://docs.rs/hue-bridge  

This crate provides async bindings for Hue Bridge API.  

At the time of writing this, the Hue Bridge API is being migrated to API v2,
but not all endpoints have been implemented. So this crate utilizes the
implemented resources from v2 and plugs the rest with v1.