-
|
Hello, On the Matter device, we register 200 channels in state.channelList. channelList_full_200_entries.txt When reading ChannelCluster.ChannelList from a Matter controller (matter.js), channelList_read_result_30_entries.txt Questions: Is there any size limit for reading ChannelList in Matter or matter.js? Thank you for your work on this project. |
Beta Was this translation helpful? Give feedback.
Answered by
Apollon77
Apr 4, 2026
Replies: 1 comment 10 replies
-
|
Here is the device-side sample that we are using. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok in fact there seems to be a bug in the client side attribute decoding in 0.15.6 which prevents if from decode such multi message lists correctly when they are formatted as they are here. So updating to 0.16.x should already fix this.