blob: 39e276f3b7dffd8a4ecafcb6310b6f28ae384196 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster GeneralCommissioning (cluster code: 48/0x30)
// 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 GeneralCommissioning {
namespace Attributes {
namespace Breadcrumb {
inline constexpr AttributeId Id = 0x00000000;
} // namespace Breadcrumb
namespace BasicCommissioningInfo {
inline constexpr AttributeId Id = 0x00000001;
} // namespace BasicCommissioningInfo
namespace RegulatoryConfig {
inline constexpr AttributeId Id = 0x00000002;
} // namespace RegulatoryConfig
namespace LocationCapability {
inline constexpr AttributeId Id = 0x00000003;
} // namespace LocationCapability
namespace SupportsConcurrentConnection {
inline constexpr AttributeId Id = 0x00000004;
} // namespace SupportsConcurrentConnection
namespace TCAcceptedVersion {
inline constexpr AttributeId Id = 0x00000005;
} // namespace TCAcceptedVersion
namespace TCMinRequiredVersion {
inline constexpr AttributeId Id = 0x00000006;
} // namespace TCMinRequiredVersion
namespace TCAcknowledgements {
inline constexpr AttributeId Id = 0x00000007;
} // namespace TCAcknowledgements
namespace TCAcknowledgementsRequired {
inline constexpr AttributeId Id = 0x00000008;
} // namespace TCAcknowledgementsRequired
namespace TCUpdateDeadline {
inline constexpr AttributeId Id = 0x00000009;
} // namespace TCUpdateDeadline
namespace RecoveryIdentifier {
inline constexpr AttributeId Id = 0x0000000A;
} // namespace RecoveryIdentifier
namespace NetworkRecoveryReason {
inline constexpr AttributeId Id = 0x0000000B;
} // namespace NetworkRecoveryReason
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 GeneralCommissioning
} // namespace Clusters
} // namespace app
} // namespace chip