rektdeckard / hues

A Rust client for the Philips Hue API v2
MIT License
1 stars 2 forks source link

Implementing Deserialize for LightCommand #3

Open finnkauski opened 1 month ago

finnkauski commented 1 month ago

I was wondering if there was a reason that deserialize is not implemented for Light Commands beyond it being not something generally needed for Hue API Interaction?

rektdeckard commented 1 month ago

No strong reason I recall, besides the fact the we're the only ones to send them? If you need them to be Deserialize I'm happy to approve a PR, or I can get around to it eventually.