You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command line parameter -P to the Linux ota-provider-app so that the BDX transfer poll frequency can be changed (#18377)
* add isNullable to the onoff cluster attributes OnTime, OffWaitTime and StartUpOnOff
* Revert "add isNullable to the onoff cluster attributes OnTime, OffWaitTime and StartUpOnOff"
This reverts commit 8444469.
* add pollFrequency cli parameter to ota-provider-app to modify the poll frequency for BDX transfers
* as requested rename poll frequency to poll interval
* add poll interval command line parameter information
* to have a faster OTA process we now use a poll interval of 50ms by default
* add pollInterval to wordlist
* fix typo to please CI
* Restyled by whitespace
* Restyled by clang-format
* Restyled by prettier-markdown
Co-authored-by: Restyled.io <commits@restyled.io>
Copy file name to clipboardexpand all lines: examples/ota-provider-app/linux/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ scripts/examples/gn_build_example.sh examples/ota-provider-app/linux out/debug c
26
26
| -u, --userConsentState \<granted \| denied \| deferred\>| The user consent state for the first QueryImageResponse. For all subsequent responses, the value of granted will be used.<br>Note that --queryImageStatus overrides this option.<li> granted: Status field in the first QueryImageResponse is set to updateAvailable <li> denied: Status field in the first QueryImageResponse is set to updateNotAvailable <li> deferred: Status field in the first QueryImageResponse is set to busy |
27
27
| -x, --ignoreQueryImage \<ignore count\>| The number of times to ignore the QueryImage Command and not send a response |
28
28
| -y, --ignoreApplyUpdate \<ignore count\>| The number of times to ignore the ApplyUpdate Request and not send a response |
29
+
| -P, --pollInterval <milliseconds> | Poll interval for the BDX transfer. |
0 commit comments