Hello, Nordic Team!
I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder, but the ExtendedCommandResponse in MyCluster.xml was not generated, which caused the compilation error.
Here are my steps:
1. Copy the Mycluster.xml file from the document and place it under src/default_zap in project directory.
2. Copy the file `ncs/v3.0.0-rc1/modules/lib/matter/src/app/zap-templates/zcl/zcl.json` to the `src/default_zap` directory in project.
3. west zap-append -o src/default_zap/zcl.json src/default_zap/MyCluster.xml
4. west zap-gui -j src/default_zap/zcl.json --clusters src/default_zap/MyCluster.xml
5. west zap-generate --full
I didn't modify any code.
ncs 3.0.0, nrf54l15dk
Best regards,
Wang Xiongwei