mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
a40259cd96
added features After restructuring we were only adding features that are marked with O.a or O.a+ conformance. But, it leads to the inconsistency where user speicied features will not be added. For clusters which has O.a or O.a+ feature conformance, linking all the supported features in cluster create to address the incosistency. Also, moved the feature create in the server part.