components/esp-matter: add icd_management::maximum_check_in_backoff

Create API was missing for this and we did create this when adding check
in protocol support feature.
This commit is contained in:
Shubham Patil
2025-10-14 12:25:35 +05:30
parent 7121daeb44
commit 4b17257719
3 changed files with 8 additions and 0 deletions
@@ -213,6 +213,7 @@ attribute_t *create_clients_supported_per_fabric(cluster_t *cluster, uint16_t va
attribute_t *create_user_active_mode_trigger_hint(cluster_t *cluster, uint32_t value);
attribute_t *create_user_active_mode_trigger_instruction(cluster_t *cluster, char *value, uint16_t length);
attribute_t *create_operating_mode(cluster_t *cluster, uint8_t value);
attribute_t *create_maximum_check_in_backoff(cluster_t *cluster, uint32_t value);
} /* attribute */
} /* icd_management */