Hello,
Hello,
Hi,
We do not yet support Matter 1.3.
See https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/matter/index.html.
On main, we are just integrating 1.2.
Regards,
Sigurd Hellesvik
Hello,
I want to confirm one thing: if my device is a low-power device(SIT) and I want to enable ICD functionality, do I have to enable the ICD management cluster? Or is it sufficient to follow the Nordic's documentation and define CONFIG_CHIP_ENABLE_ICD_SUPPORT=y? Because I have encountered several ICDM SVE use cases that always fail.
Yours,
Jerry
See Enable Matter Intermittently Connected Devices support
Our Window Covering sample has ICD enabled by default.
Thanks!
BTW, when I read the event-list attribute of the ICD management cluster, I always encounter the error "UNSUPPORTED_ATTRIBUTE", even though I have confirmed that I have checked it in ZAP. Could you please advise on how to resolve this problem?
Yours,
Jerry
hoorii-zzy said:, when I read the event-list attribute of the ICD management cluster
Do you see this in the window management sample?
Hi,
Yes, window-app example is the same error.
Could you post the command that you use when the error occurs?
Then I can check if this is a bug or not.
Could you post the command that you use when the error occurs?
Then I can check if this is a bug or not.
Could you post the command that you use when the error occurs?
./chip-tool icdmanagement read event-list 1 0
Hi,
What is the result of the verification? I hope you can please reply to me and provide a solution as soon as possible.
Yours,
Jerry
What happens if you try the following command?
./chip-tool icdmanagement read attribute-list 1 0
The log is :
0xfffa is missing from your list of supported attributes.
This is the reason to why event-list fails