huelib-rs
huelib-rs copied to clipboard
Missing variants in `light::SoftwareUpdateState`
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.
I found a case: we need ReadyToInstall
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.
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.
@yuqio found another one: "transferring". Opened a PR for it 🙂
Thanks @demerzel3! Your fix is available in version 0.9.0.