Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove code duplication for CHIP_ERROR to ClusterCode conversion.
We have a complete implementation of this in ClusterStatusCode. Remove the logic in StatusIB and use the ClusterStatusCode one instead. Generally StatusIB is just a ClusterStatusCode ontainer, however due to direct TLV reads, it splits out its contents. I only updated the constructor to use common code.
- Loading branch information