blob: 7e09e595b85cc7d5c51354eda953c59acdf789ff [file]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster ProxyDiscovery (cluster code: 67/0x43)
// 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 ProxyDiscovery {
namespace Attributes {
// Total number of attributes supported by the cluster, including global attributes
inline constexpr uint32_t kAttributesCount = 5;
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 ProxyDiscovery
} // namespace Clusters
} // namespace app
} // namespace chip