| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster OnOff (cluster code: 6/0x6) |
| // 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 OnOff { |
| namespace Attributes { |
| |
| // Total number of attributes supported by the cluster, including global attributes |
| inline constexpr uint32_t kAttributesCount = 10; |
| |
| namespace OnOff { |
| inline constexpr AttributeId Id = 0x00000000; |
| } // namespace OnOff |
| |
| namespace GlobalSceneControl { |
| inline constexpr AttributeId Id = 0x00004000; |
| } // namespace GlobalSceneControl |
| |
| namespace OnTime { |
| inline constexpr AttributeId Id = 0x00004001; |
| } // namespace OnTime |
| |
| namespace OffWaitTime { |
| inline constexpr AttributeId Id = 0x00004002; |
| } // namespace OffWaitTime |
| |
| namespace StartUpOnOff { |
| inline constexpr AttributeId Id = 0x00004003; |
| } // namespace StartUpOnOff |
| |
| 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 OnOff |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |