blob: 602e4e8bfb3c2b66eb9566d89ef1a4fe13eb6d8d [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster ZoneManagement (cluster code: 1360/0x550)
// 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 ZoneManagement {
namespace Attributes {
// Total number of attributes supported by the cluster, including global attributes
inline constexpr uint32_t kAttributesCount = 12;
namespace MaxUserDefinedZones {
inline constexpr AttributeId Id = 0x00000000;
} // namespace MaxUserDefinedZones
namespace MaxZones {
inline constexpr AttributeId Id = 0x00000001;
} // namespace MaxZones
namespace Zones {
inline constexpr AttributeId Id = 0x00000002;
} // namespace Zones
namespace Triggers {
inline constexpr AttributeId Id = 0x00000003;
} // namespace Triggers
namespace SensitivityMax {
inline constexpr AttributeId Id = 0x00000004;
} // namespace SensitivityMax
namespace Sensitivity {
inline constexpr AttributeId Id = 0x00000005;
} // namespace Sensitivity
namespace TwoDCartesianMax {
inline constexpr AttributeId Id = 0x00000006;
} // namespace TwoDCartesianMax
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 ZoneManagement
} // namespace Clusters
} // namespace app
} // namespace chip