Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Chef Color Temperature Light (#22956)
* Add Chef Color Temperature Light Add new chef device : colortemperaturelight * Restyled by whitespace * Restyled by clang-format * Remove Chef ColorTemperatureLight Clusters.matter Remove unused Clusters.matter zzz_generated/chef-rootnode_colortemperaturelight_hbUnzYVeyn/zap-generated/Clusters.matter * Remove Scene Cluster which is not supported in 1.0 * Restyled by whitespace * Restyled by clang-format * Remove unnecessary clusters fro chef colortemperature device The current chef Color Temperature Light device contains several unnecessary clusters such as Switch, LocalizationConfiguration, , TimeFormatLocalization. Putting a Switch cluster in the EP0 (root node) is wrong. While we don't need to localize text/time for a light. So we remove them all. * Fix Chef color temperature light zzz_generated After removing Switch/LocalizationConfiguration/TimeFormat clusters, the codes in zzz_generated are also regenerated and should be committed * Fix chef colortemperaturelight matter new format Fix examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter which defines new matter format "fabric_scoped" * Remove FixedLabel & UserLabel which doesn't apply here * Restyled by whitespace * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
- Loading branch information