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