blob: 71fe6b2777cc029553dd062cb494de21faa643e6 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster SoftwareDiagnostics (cluster code: 52/0x34)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace SoftwareDiagnostics {
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 ResetWatermarks {
inline constexpr CommandId Id = 0x00000000;
} // namespace ResetWatermarks
} // namespace Commands
} // namespace SoftwareDiagnostics
} // namespace Clusters
} // namespace app
} // namespace chip