File tree 1 file changed +1
-1
lines changed
idf_component_examples/esp_matter_light/main
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ void setup() {
264
264
cluster_t *color_control_cluster = cluster::get (endpoint, ColorControl::Id);
265
265
attribute_t *current_x_attribute = attribute::get (color_control_cluster, ColorControl::Attributes::CurrentX::Id);
266
266
attribute::set_deferred_persistence (current_x_attribute);
267
- attribute_t *current_y_attribute = attribute::get (color_control_cluster, ColorControl::Attributes::CurrentY::Id); // codespell:ignore
267
+ attribute_t *current_y_attribute = attribute::get (color_control_cluster, ColorControl::Attributes::CurrentY::Id); // codespell:ignore
268
268
attribute::set_deferred_persistence (current_y_attribute);
269
269
attribute_t *color_temp_attribute = attribute::get (color_control_cluster, ColorControl::Attributes::ColorTemperatureMireds::Id);
270
270
attribute::set_deferred_persistence (color_temp_attribute);
You can’t perform that action at this time.
0 commit comments