-
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
Did not receive a response from TestStructArgumentRequest using Matter API #21814
Comments
Shouldn't that be |
The bug here is in In
But In general, we have no way to know what the response command id will look like when we get a data response. |
Problem
When invoking the command on the TestCluster(4294048773)-> TestStructArgumentRequest(7) using the API below in the Matter framework, we do not receive response data or get the command path object. No error was populated or no values were returned. The command was successful, but we expected a response.
For command field I have tried the following:
Note: chip-tool does receive the response data and is able to parse
./out/host/chip-tool any command-by-id 4294048773 0 {} 1122 7
XML Data:
Error occurs in darwin-framework-tool (a58afc5):
darwin-framework-tool any command-by-id 4294048773 7 {} 1122 1
The text was updated successfully, but these errors were encountered: