lpbeliveau-silabs
lpbeliveau-silabs
Adds a new flag to do a clean build up when specifying : --clean when using the gn_efr32_example.sh script to build examples.
Add test to test all features implemented
update the scenes.cpp file to match the specs
Enable Scene Name feature only if the featureMap attribute is set to 1.
Added unlatch state on unlock supporting Ubolt in the lock-app example.
As mentionned here: https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8912#pullrequestreview-1880169686 We need to update the Device types revision for devices requiring the scenes cluster in the SDK plan as mentioned in spec issue: https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/8907
Updated scene.xml AttributeValuePairStruct to match the spec. Updated scene handlers and test scripts to use the new valueUnsigned* instead of AttributeValue.
Implemented missing yaml tests cases for points 1 to 3 of https://github.com/CHIP-Specifications/chip-test-plans/issues/4060 and server checks in code to verify validity of ExtensionFieldSets attributes. Fixes: https://github.com/CHIP-Specifications/chip-test-plans/issues/4060 Also added a MockNodeConfig for...
Linked with this [matter issue](https://github.com/project-chip/connectedhomeip/issues/24177), moving it from this [previously opened issue](https://github.com/project-chip/zap/issues/174). We need a way to specify to Zap if a cluster is "Sceneable" (supports the "S" quality).
### Build issue(s) The lock app is built including the ICD management cluster by default, but we are not enforcing it to be build as an ICD, meaning that it...