hue.rs
hue.rs copied to clipboard
Rust library for Philips Hue lights
A feature that would make this library use reqwest's async API would make this much easier and cleaner to integrate into an async application.
It would be nice if it were possible to list scenes and enable them using this library. I want to make a small interface to operate my home lights, and...
Hi It annoyed me that we had to have ignored tests - so I have covered the code I can and introduced a wrapper for reqwest which I have mocked...
Accept RRGGBB color as we used to to with v1 API by translating to new colorspace.