mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'bugfix/mode_select' into 'main'
Fix: mode_select - missing callback and flag See merge request app-frameworks/esp-matter!1287
This commit is contained in:
@@ -2606,8 +2606,9 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
|
||||
namespace mode_select {
|
||||
const function_generic_t function_list[] = {
|
||||
(function_generic_t)emberAfModeSelectClusterServerInitCallback,
|
||||
(function_generic_t)MatterModeSelectClusterServerPreAttributeChangedCallback,
|
||||
};
|
||||
const int function_flags = CLUSTER_FLAG_INIT_FUNCTION;
|
||||
const int function_flags = CLUSTER_FLAG_INIT_FUNCTION | CLUSTER_FLAG_PRE_ATTRIBUTE_CHANGED_FUNCTION;
|
||||
|
||||
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user