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