William
William
Fixes https://github.com/project-chip/connectedhomeip/issues/33567 Adds the - Common Home Location Structure XML definion - Common Area Namespace XML definition
Fixes #33365. This PR implements the Service Area cluster server. The Instance / Delegate pattern used for the Mode Base and Operational State clusters has been used. This PR builds...
### Describe the bug There isn't a way to commission a device to both the TH and chip-tool if the device requires the manual pairing code when commissioning the second...
Following [this comment](https://github.com/project-chip/connectedhomeip/pull/34887#discussion_r1729599255), add documentation wherever a referance to a MutableCharSpan is passed to say that if this is not edited successfully, it's size should be set to 0. example,...
Fixes #34539. This PR refactors the service area cluster. The aim is to prohibit SDK consumers from using unsanitary methods when implementing business logic methods in the `Delegate`. This is...