-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Comments
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
Problem
The following fields of the ApplyUpdateResponse command are currently not configurable.
The
Action
field of the ApplyUpdateResponse command can be:The
DelayedActionTime
fieldThe user should be able to configure the app to return any valid
Action
and/orDelayedActionTime
values when handling the command.Proposed Solution
Action
statusDelayedActionTime
valueThe text was updated successfully, but these errors were encountered: