Merge branch 'fix/attribute_api' into 'main'

components/esp-matter: Fix API name as per the spec.

See merge request app-frameworks/esp-matter!1474
This commit is contained in:
Hrishikesh Dhayagude
2026-03-27 18:26:22 +08:00
@@ -2366,7 +2366,7 @@ attribute_t *create_in_place_indicator(cluster_t *cluster, bool value)
esp_matter_bool(value));
}
attribute_t *create_last_change_time(cluster_t *cluster, nullable<uint8_t> value)
attribute_t *create_last_changed_time(cluster_t *cluster, nullable<uint8_t> value)
{
return esp_matter::attribute::create(cluster, HepaFilterMonitoring::Attributes::LastChangedTime::Id,
ATTRIBUTE_FLAG_NULLABLE | ATTRIBUTE_FLAG_NONVOLATILE | ATTRIBUTE_FLAG_WRITABLE | ATTRIBUTE_FLAG_MANAGED_INTERNALLY,