We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OTA cluster XML does not flag fields (in structs, commands) as optional as defined in the spec.
Do it. I'll do it after #10891 so we have cluster-objects support for this.
The text was updated successfully, but these errors were encountered:
In particular OTA QueryImage has an optional field.
Sorry, something went wrong.
QueryImageResponse has some too, but to fix that we need to change how the OTA requestor sends its QueryImage command...
#11243 fixes the QueryImage bit.
Fixed in #11336
No branches or pull requests
Problem
The OTA cluster XML does not flag fields (in structs, commands) as optional as defined in the spec.
Proposed Solution
Do it. I'll do it after #10891 so we have cluster-objects support for this.
The text was updated successfully, but these errors were encountered: