huelib-rs icon indicating copy to clipboard operation
huelib-rs copied to clipboard

Missing variants in `light::SoftwareUpdateState`

Open nn1ks opened this issue 5 years ago • 5 comments

Some variants in the light::SoftwareUpdateState enum are missing due to incomplete documentation in the Lights API. This can prevent deserialization of Light and return a ParseJson error.

nn1ks avatar Apr 22 '20 11:04 nn1ks

I found a case: we need ReadyToInstall

deckarep avatar Jun 28 '20 18:06 deckarep

Thanks @deckarep! I merged your PR and it's now available in version 0.8.0. I will leave this issue open in case there are other missing variants.

nn1ks avatar Jun 28 '20 19:06 nn1ks

Great!, thank you...i also just opened a PR for huectl to pin against version 0.8.0 which I think needs to be updated.

deckarep avatar Jun 28 '20 19:06 deckarep

@yuqio found another one: "transferring". Opened a PR for it 🙂

demerzel3 avatar Jul 24 '20 13:07 demerzel3

Thanks @demerzel3! Your fix is available in version 0.9.0.

nn1ks avatar Jul 24 '20 13:07 nn1ks