Skip to content

Commit 606fe89

Browse files
committed
Merge branch 'fix_icd_attributes' into 'main'
components/esp-matter: Fix the typos when creating ICD management See merge request app-frameworks/esp-matter!903
2 parents f48bc59 + a523c52 commit 606fe89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/esp_matter/esp_matter_cluster.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,8 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags, uint32_
941941

942942
/* Attributes managed internally */
943943
global::attribute::create_feature_map(cluster, 0);
944-
attribute::create_idle_mode_duration(cluster, CONFIG_ICD_ACTIVE_MODE_INTERVAL_MS);
945-
attribute::create_active_mode_duration(cluster, CONFIG_ICD_IDLE_MODE_INTERVAL_SEC);
944+
attribute::create_idle_mode_duration(cluster, CONFIG_ICD_IDLE_MODE_INTERVAL_SEC);
945+
attribute::create_active_mode_duration(cluster, CONFIG_ICD_ACTIVE_MODE_INTERVAL_MS);
946946
attribute::create_active_mode_threshold(cluster, CONFIG_ICD_ACTIVE_MODE_THRESHOLD_MS);
947947

948948
/* Attributes not managed internally */

0 commit comments

Comments
 (0)