Skip to content

Commit

Permalink
Merge branch 'pr_918' into 'main'
Browse files Browse the repository at this point in the history
[GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140)

See merge request app-frameworks/esp-matter!733
  • Loading branch information
chshu committed May 10, 2024
2 parents a12774c + e47fe4d commit c9cae5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_matter/esp_matter_attribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<float> value)
{
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit c9cae5a

Please sign in to comment.