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
@@ -3002,5 +3002,16 @@ namespace webrtc_transport_requestor {
}/*webrtc_transport_requestor*/
namespace chime {
namespace command {
command_t *create_play_chime_sound(cluster_t *cluster)
{
return esp_matter::command::create(cluster, Chime::Commands::PlayChimeSound::Id,
COMMAND_FLAG_ACCEPTED, NULL);
}
} /* command */
} /* chime */
} /* cluster */
} /* esp_matter */