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] Make various values to ApplyUpdateResponse Command configurable #10592

Closed
carol-apple opened this issue Oct 15, 2021 · 0 comments · Fixed by #15208
Closed

Comments

@carol-apple
Copy link
Contributor

Problem

The following fields of the ApplyUpdateResponse command are currently not configurable.

The Action field of the ApplyUpdateResponse command can be:

  • Proceed
  • AwaitNextAction
  • Discontinue

The DelayedActionTime field

The user should be able to configure the app to return any valid Action and/or DelayedActionTime values when handling the command.

Proposed Solution

  • Provide a way to respond with different Action status
  • Provide a way to respond with a given DelayedActionTime value
@woody-apple woody-apple added the ota label Feb 8, 2022
isiu-apple added a commit to isiu-apple/connectedhomeip that referenced this issue Feb 15, 2022
…ApplyUpdateResponse Command configurable project-chip#10592

- Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable.

Tested various -a and -t command line options for ApplyUpdateResponse.
isiu-apple added a commit to isiu-apple/connectedhomeip that referenced this issue Feb 15, 2022
…ApplyUpdateResponse Command configurable project-chip#10592

- Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable.

Tested various -a and -t command line options for ApplyUpdateResponse.
carol-apple pushed a commit that referenced this issue Feb 15, 2022
…ponse Command configurable (#15208)

* Issue #10592 - [ota-provider-app] Make various values to ApplyUpdateResponse Command configurable #10592

- Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable.

Tested various -a and -t command line options for ApplyUpdateResponse.

* Update readme.md to add the comments for the new -a command line argument.

* Add applyUpdateAction to the wordlist for spellchecker.
jamesluo11 pushed a commit to jamesluo11/connectedhomeip that referenced this issue Apr 26, 2022
…plyUpdateResponse Command configurable (project-chip#15208)

* Issue project-chip#10592 - [ota-provider-app] Make various values to ApplyUpdateResponse Command configurable project-chip#10592

- Added -a command line option to ota-provider-app so that the action field of ApplyUpdateResponse can be configurable.

Tested various -a and -t command line options for ApplyUpdateResponse.

* Update readme.md to add the comments for the new -a command line argument.

* Add applyUpdateAction to the wordlist for spellchecker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants