blob: 0e96db77c7abda7ee9c5ddc2bd110d7e4c5cc562 [file]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster ServiceArea (cluster code: 336/0x150)
// 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 ServiceArea {
namespace Attributes {
namespace SupportedAreas {
inline constexpr AttributeId Id = 0x00000000;
} // namespace SupportedAreas
namespace SupportedMaps {
inline constexpr AttributeId Id = 0x00000001;
} // namespace SupportedMaps
namespace SelectedAreas {
inline constexpr AttributeId Id = 0x00000002;
} // namespace SelectedAreas
namespace CurrentArea {
inline constexpr AttributeId Id = 0x00000003;
} // namespace CurrentArea
namespace EstimatedEndTime {
inline constexpr AttributeId Id = 0x00000004;
} // namespace EstimatedEndTime
namespace Progress {
inline constexpr AttributeId Id = 0x00000005;
} // namespace Progress
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 ServiceArea
} // namespace Clusters
} // namespace app
} // namespace chip