Skip to content
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

[ota-provider-app] Add configuration for sending "Busy" status and DelayedActionTime #9478

Closed
holbrookt opened this issue Sep 4, 2021 · 1 comment
Assignees
Labels
examples maybe done? Isssue may be complete/obsolete/not relevant anymore. Needs review to determine if to close or not. V1.0

Comments

@holbrookt
Copy link
Contributor

Problem

The status field of the QueryImageResponse command can be

  • UpdateAvailable
  • Busy
  • NotAvailable

Currently the ota-provider-app can only send UpdateAvailable or NotAvailable. The user should be able to configure the app to return a Busy status as well.

Similarly, the ota-provider-app always sends a DelayedActionTime of value 0. It should be configured to send a non-zero value if desired.

Proposed Solution

  • add a configuration to send Busy status
  • add a configuration to set a non-zero DelayedActionTime for QueryImageResponse and ApplyUpdateRequestResponse
@selissia selissia self-assigned this Sep 17, 2021
@kpschoedel kpschoedel added maybe done? Isssue may be complete/obsolete/not relevant anymore. Needs review to determine if to close or not. and removed v1_triage_split_7 labels Jan 31, 2022
@selissia
Copy link
Contributor

selissia commented Feb 1, 2022

Fixed by #10037

@selissia selissia closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples maybe done? Isssue may be complete/obsolete/not relevant anymore. Needs review to determine if to close or not. V1.0
Projects
None yet
Development

No branches or pull requests

5 participants