| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster ClosureDimension (cluster code: 261/0x105) |
| // 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 ClosureDimension { |
| namespace Attributes { |
| |
| // Total number of attributes supported by the cluster, including global attributes |
| inline constexpr uint32_t kAttributesCount = 17; |
| |
| namespace CurrentState { |
| inline constexpr AttributeId Id = 0x00000000; |
| } // namespace CurrentState |
| |
| namespace TargetState { |
| inline constexpr AttributeId Id = 0x00000001; |
| } // namespace TargetState |
| |
| namespace Resolution { |
| inline constexpr AttributeId Id = 0x00000002; |
| } // namespace Resolution |
| |
| namespace StepValue { |
| inline constexpr AttributeId Id = 0x00000003; |
| } // namespace StepValue |
| |
| namespace Unit { |
| inline constexpr AttributeId Id = 0x00000004; |
| } // namespace Unit |
| |
| namespace UnitRange { |
| inline constexpr AttributeId Id = 0x00000005; |
| } // namespace UnitRange |
| |
| namespace LimitRange { |
| inline constexpr AttributeId Id = 0x00000006; |
| } // namespace LimitRange |
| |
| namespace TranslationDirection { |
| inline constexpr AttributeId Id = 0x00000007; |
| } // namespace TranslationDirection |
| |
| namespace RotationAxis { |
| inline constexpr AttributeId Id = 0x00000008; |
| } // namespace RotationAxis |
| |
| namespace Overflow { |
| inline constexpr AttributeId Id = 0x00000009; |
| } // namespace Overflow |
| |
| namespace ModulationType { |
| inline constexpr AttributeId Id = 0x0000000A; |
| } // namespace ModulationType |
| |
| namespace LatchControlModes { |
| inline constexpr AttributeId Id = 0x0000000B; |
| } // namespace LatchControlModes |
| |
| 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 ClosureDimension |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |