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
#18174 PR add data version to write, but does not add data version to read, because when the data version matches the server data version no data is reported back. Since this API relies on a report callback or error callback, none of these callbacks are executed. In order to add to CHIP.framework and chip-tool-darwin, the ReadAttribute cluster API needs to expose the OnDone callback or data version needs to be removed from the API and any test plan that requires the controller to set the data version on read.
Proposed Solution
If the callback OnDone is added this issue is to be used to add to CHIP.framework and chip-tool-darwin. If the data version is removed, this issue is to be closed.
The text was updated successfully, but these errors were encountered:
Problem
#18174 PR add data version to write, but does not add data version to read, because when the data version matches the server data version no data is reported back. Since this API relies on a report callback or error callback, none of these callbacks are executed. In order to add to CHIP.framework and chip-tool-darwin, the ReadAttribute cluster API needs to expose the OnDone callback or data version needs to be removed from the API and any test plan that requires the controller to set the data version on read.
Proposed Solution
If the callback OnDone is added this issue is to be used to add to CHIP.framework and chip-tool-darwin. If the data version is removed, this issue is to be closed.
The text was updated successfully, but these errors were encountered: