blob: 7eebb0515601a421da6f7a6859f552e2dcc3cf95 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster SmokeCoAlarm (cluster code: 92/0x5C)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace SmokeCoAlarm {
namespace Commands {
// Total number of client to server commands supported by the cluster
inline constexpr uint32_t kAcceptedCommandsCount = 1;
// Total number of server to client commands supported by the cluster (response commands)
inline constexpr uint32_t kGeneratedCommandsCount = 0;
namespace SelfTestRequest {
inline constexpr CommandId Id = 0x00000000;
} // namespace SelfTestRequest
} // namespace Commands
} // namespace SmokeCoAlarm
} // namespace Clusters
} // namespace app
} // namespace chip