diff --git a/components/esp_matter/esp_matter_attribute.cpp b/components/esp_matter/esp_matter_attribute.cpp index 7fe466d81..b11363617 100644 --- a/components/esp_matter/esp_matter_attribute.cpp +++ b/components/esp_matter/esp_matter_attribute.cpp @@ -2754,7 +2754,7 @@ attribute_t *create_level_value(cluster_t *cluster, uint8_t value) } /* attribute */ } /* radon_concentration_measurement */ -namespace total_volatile_organic_compound_concentration_measurement { +namespace total_volatile_organic_compounds_concentration_measurement { namespace attribute { attribute_t *create_measured_value(cluster_t *cluster, nullable value) { @@ -2823,7 +2823,7 @@ attribute_t *create_level_value(cluster_t *cluster, uint8_t value) } } /* attribute */ -} /* total_volatile_organic_compound_concentration_measurement */ +} /* total_volatile_organic_compounds_concentration_measurement */ namespace operational_state { namespace attribute {