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
ota-requestor-app does not currently handle AnnounceOTAProvider
AnnounceOTAProvider
Handling of AnnounceOTAProvider is completely application specific (the spec makes no SHALL statements about what to do when receiving this command) so the solution should provide a good example of what might occur on receipt, and follow the SHOULD statements in spec: https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/OTASoftwareUpdate.adoc#77-announceotaprovider-command
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
ota-requestor-app does not currently handle
AnnounceOTAProvider
Proposed Solution
Handling of
AnnounceOTAProvider
is completely application specific (the spec makes no SHALL statements about what to do when receiving this command) so the solution should provide a good example of what might occur on receipt, and follow the SHOULD statements in spec: https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/OTASoftwareUpdate.adoc#77-announceotaprovider-commandThe text was updated successfully, but these errors were encountered: