huemanity 0.1.6

A simple wrapper and CLI for the Phillips Hue lights. Added registration, but you need to know the IP of the bridge.
Documentation
1
2
3
4
5
6
7
extern crate dirs;
extern crate serde;
extern crate serde_json;

pub mod bridge;
#[macro_use]
pub mod lightstructs;