components/esp_matter: add chime cluster in esp_matter

This commit is contained in:
mahesh
2025-12-03 12:24:07 +05:30
parent 507f9b8dcf
commit 716d1eadf5
9 changed files with 112 additions and 1 deletions
@@ -546,5 +546,11 @@ command_t *create_end(cluster_t *cluster);
}/*webrtc transport requestor*/
namespace chime {
namespace command {
command_t *create_play_chime_sound(cluster_t *cluster);
} /* command */
} /* chime */
} /* cluster */
} /* esp_matter */