-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing variants in light::SoftwareUpdateState
#1
Labels
Comments
I found a case: we need ReadyToInstall |
deckarep
added a commit
to deckarep/huelib-rs
that referenced
this issue
Jun 28, 2020
…aiton. I'm unable to deserialize due to this state which is missing for the SoftwareUpdateState enum. Relevant error: ``` Failed to get lights: Failed to parse json content: unknown variant `readytoinstall`, expected `noupdates` or `notupdatable` ``` nn1ks#1
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 |
Thanks @demerzel3! Your fix is available in version 0.9.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some variants in the
light::SoftwareUpdateState
enum are missing due to incomplete documentation in the Lights API. This can prevent deserialization ofLight
and return aParseJson
error.The text was updated successfully, but these errors were encountered: