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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently, "zcread" command run for a list attribute prints only size of the list. As a result, it is impossible to use Python CHIP Controller to test features such as the Descriptor cluster.
Change overview
Print the list content, instead.
Testing
Tested reading the Descriptor cluster attributes on nRF Connect and Linux examples.
Currently, "zcread" command run for a list attribute prints
only size of the list. As a result, it is impossible to use
Python CHIP Controller to test features such as the
Descriptor cluster. Print the list content, instead.
Hmm, but #9557 parses the TLV data and the attribute read handlers take the decoded attribute data. Or are you suggesting to move the code for logging the attributes to the common parsing code? Anyway, I'm OK with either approach. I was just trying to test some attributes and figured out there's currently no way to test them with Python CHIP Controller. Do you know if anyone is going to work on #9557 soon?
Wouldn't it be better for us to finish, merge and use this? #9557
Hmm, but #9557 parses the TLV data and the attribute read handlers take the decoded attribute data. Or are you suggesting to move the code for logging the attributes to the common parsing code?
Oh, I see. Yes, these are different. No, this approach is fine.
Do you know if anyone is going to work on #9557 soon?
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Currently, "zcread" command run for a list attribute prints only size of the list. As a result, it is impossible to use Python CHIP Controller to test features such as the Descriptor cluster.
Change overview
Print the list content, instead.
Testing
Tested reading the Descriptor cluster attributes on nRF Connect and Linux examples.