A bare-bones package to control Phillips Hue lights written in Rust.
Currently it is incredibly bare bones, I am using it as a stepping stone for a future projects and might eventually just move my projects to a more developed crate.
That said, if you know your HUE bridge IP on your local network, you can use the
Bridge
, register you application and use the struct to send a json!
created
state (json!
is a serde_json
macro).
I stream the development of this on twitch.tv And it is currently used to create this project which links an electric drumkit to my HUE lights.
This follows closely (basically wraps) the interactions described in the hue API get-started post up to the point of sending state to the lights.