| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster ApplicationBasic (cluster code: 1293/0x50D) |
| // 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 ApplicationBasic { |
| namespace Attributes { |
| namespace VendorName { |
| inline constexpr AttributeId Id = 0x00000000; |
| } // namespace VendorName |
| |
| namespace VendorID { |
| inline constexpr AttributeId Id = 0x00000001; |
| } // namespace VendorID |
| |
| namespace ApplicationName { |
| inline constexpr AttributeId Id = 0x00000002; |
| } // namespace ApplicationName |
| |
| namespace ProductID { |
| inline constexpr AttributeId Id = 0x00000003; |
| } // namespace ProductID |
| |
| namespace Application { |
| inline constexpr AttributeId Id = 0x00000004; |
| } // namespace Application |
| |
| namespace Status { |
| inline constexpr AttributeId Id = 0x00000005; |
| } // namespace Status |
| |
| namespace ApplicationVersion { |
| inline constexpr AttributeId Id = 0x00000006; |
| } // namespace ApplicationVersion |
| |
| namespace AllowedVendorList { |
| inline constexpr AttributeId Id = 0x00000007; |
| } // namespace AllowedVendorList |
| |
| 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 ApplicationBasic |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |