mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user