blob: 47190dfae725b96b289afe55e1556918a1d50e38 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster ClosureControl (cluster code: 260/0x104)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <clusters/shared/GlobalIds.h>
#include <lib/core/DataModelTypes.h>
namespace chip {
namespace app {
namespace Clusters {
namespace ClosureControl {
namespace Attributes {
namespace CountdownTime {
inline constexpr AttributeId Id = 0x00000000;
} // namespace CountdownTime
namespace MainState {
inline constexpr AttributeId Id = 0x00000001;
} // namespace MainState
namespace CurrentErrorList {
inline constexpr AttributeId Id = 0x00000002;
} // namespace CurrentErrorList
namespace OverallState {
inline constexpr AttributeId Id = 0x00000003;
} // namespace OverallState
namespace OverallTarget {
inline constexpr AttributeId Id = 0x00000004;
} // namespace OverallTarget
namespace GeneratedCommandList {
inline constexpr AttributeId Id = Globals::Attributes::GeneratedCommandList::Id;
} // namespace GeneratedCommandList
namespace AcceptedCommandList {
inline constexpr AttributeId Id = Globals::Attributes::AcceptedCommandList::Id;
} // namespace AcceptedCommandList
namespace AttributeList {
inline constexpr AttributeId Id = Globals::Attributes::AttributeList::Id;
} // namespace AttributeList
namespace FeatureMap {
inline constexpr AttributeId Id = Globals::Attributes::FeatureMap::Id;
} // namespace FeatureMap
namespace ClusterRevision {
inline constexpr AttributeId Id = Globals::Attributes::ClusterRevision::Id;
} // namespace ClusterRevision
} // namespace Attributes
} // namespace ClosureControl
} // namespace Clusters
} // namespace app
} // namespace chip