Merge branch 'pr_1470' into 'release/v1.2'

[GH_PR] Fix typo in TVOC cluster namespace (CON-1734)

See merge request app-frameworks/esp-matter!1191
This commit is contained in:
Hrishikesh Dhayagude
2025-07-01 18:37:20 +08:00
@@ -2744,7 +2744,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<float> value)
{
@@ -2813,7 +2813,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 {