hueclient 0.1.0

Rust library for Philips Hue lights
1
2
3
4
5
6
7
8
9
# Rust library for Philips Hue

[![Build Status](https://travis-ci.org/kali/hue.rs.svg?branch=master)](https://travis-ci.org/kali/hue.rs)

## Features
 - discover bridge by querying philips hue website (upnp not implemented)
 - list lights with their state
 - simple actions on lights (on, off, bri/hue/sat, transition time)
 - simple CLI utils for docs and tests :)