We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5a2a8 commit ca63443Copy full SHA for ca63443
idf_component_examples/esp_matter_light/main/matter_light.cpp
@@ -264,7 +264,7 @@ void setup() {
264
cluster_t *color_control_cluster = cluster::get(endpoint, ColorControl::Id);
265
attribute_t *current_x_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentX::Id);
266
attribute::set_deferred_persistence(current_x_attribute);
267
- // spell-check-ignore
+ // Ignore Spelling: CurrentY
268
attribute_t *current_y_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentY::Id);
269
attribute::set_deferred_persistence(current_y_attribute);
270
attribute_t *color_temp_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::ColorTemperatureMireds::Id);
0 commit comments