mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 06:18:36 +00:00
Merge branch 'rm_matter/ci_fix' into 'master'
Made changes for ci fix on latest matter commit id : 83845fc0430f70dfd74083a993ddd3fb2866bc72 See merge request app-frameworks/esp-rainmaker!470
This commit is contained in:
@@ -701,7 +701,7 @@ MatterControllerAttrAccess g_attr_access;
|
||||
|
||||
void controller_cluster_plugin_server_init_callback()
|
||||
{
|
||||
registerAttributeAccessOverride(&g_attr_access);
|
||||
chip::app::AttributeAccessInterfaceRegistry::Instance().Register(&g_attr_access);
|
||||
}
|
||||
|
||||
cluster_t *create(endpoint_t *endpoint, uint8_t flags)
|
||||
|
||||
@@ -232,7 +232,7 @@ esp_err_t app_matter_light_create(app_driver_handle_t driver_handle)
|
||||
light_config.level_control.lighting.start_up_current_level = DEFAULT_BRIGHTNESS;
|
||||
light_config.color_control.color_mode = static_cast<uint8_t>(ColorControl::ColorMode::kColorTemperature);
|
||||
light_config.color_control.enhanced_color_mode =
|
||||
static_cast<uint8_t>(ColorControlServer::EnhancedColorMode::kColorTemperature);
|
||||
static_cast<uint8_t>(ColorControl::ColorMode::kColorTemperature);
|
||||
light_config.color_control.color_temperature.startup_color_temperature_mireds = nullptr;
|
||||
endpoint_t *endpoint = extended_color_light::create(node, &light_config, ENDPOINT_FLAG_NONE, driver_handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user