blob: f10b02f76f9d8b68e3f7b66b0e87496bfa8706d4 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster GroupKeyManagement (cluster code: 63/0x3F)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace GroupKeyManagement {
namespace Commands {
// Total number of client to server commands supported by the cluster
inline constexpr uint32_t kAcceptedCommandsCount = 4;
// Total number of server to client commands supported by the cluster (response commands)
inline constexpr uint32_t kGeneratedCommandsCount = 2;
namespace KeySetWrite {
inline constexpr CommandId Id = 0x00000000;
} // namespace KeySetWrite
namespace KeySetRead {
inline constexpr CommandId Id = 0x00000001;
} // namespace KeySetRead
namespace KeySetRemove {
inline constexpr CommandId Id = 0x00000003;
} // namespace KeySetRemove
namespace KeySetReadAllIndices {
inline constexpr CommandId Id = 0x00000004;
} // namespace KeySetReadAllIndices
namespace KeySetReadResponse {
inline constexpr CommandId Id = 0x00000002;
} // namespace KeySetReadResponse
namespace KeySetReadAllIndicesResponse {
inline constexpr CommandId Id = 0x00000005;
} // namespace KeySetReadAllIndicesResponse
} // namespace Commands
} // namespace GroupKeyManagement
} // namespace Clusters
} // namespace app
} // namespace chip