C Freeman
C Freeman
Adds an explicit test that the provisional scenes cluster isn't included. Because this cluster is included in the SDK at the point where the TH was cut, we need a...
Looks like at least some of our CI / builders let through unused variables. We should turn this on everywhere. see https://github.com/project-chip/connectedhomeip/pull/30793/commits/d3752baacd322a78bcffae4d78fc2b0c64afe72f Also...some let through code with missing semicolons somehow....
Adding some convenience functions for range checks on the IDs. This should make some of the IDM tests a bit easier to understand because now they're using magic numbers. now...
Fix for CCB 4059 Before commissioning the other fabrics, remove pre-existing fabrics from the device because the TH does not have the ability to check for subscriptions from them. Note...
https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/7808 represents the first arithmetic conformance operation. Adding a new conformance class to match this. Currently this just returns optional to match the current behaviour, but this will be changed...
- remove the manual exclude and include lists in favour of deleting non-cluster files - add a step to remove the " Cluster" suffix from the xmls (reduces the diff...
### Documentation issues This is no longer maintained, deprecated in favour of chip-repl ### Platform python ### Anything else? _No response_
### Documentation issues python framework running locally section needs an update to indicate that the python wheel needs to be built and installed. ### Platform python ### Anything else? _No...
- removes clusters and data types that were ifdef'd at the index level - updates to the latest 1.3 branch which marks scenes as provisional and fixes the name on...