hueclient 0.5.0

Rust library for Philips Hue lights
Documentation
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 or using UPnP
 - list lights with their state
 - simple actions on lights (on, off, bri/hue/sat, transition time)
 - simple CLI utils for docs and tests :)