blob: 5272aef89beed2ff81056eafc3d5d7d63e5f96d8 [file]
// DO NOT EDIT MANUALLY - Generated file
//
// Cluster metadata information for cluster FixedLabel (cluster code: 64/0x40)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <app/data-model-provider/MetadataTypes.h>
#include <array>
#include <lib/core/DataModelTypes.h>
#include <cstdint>
#include <clusters/FixedLabel/Ids.h>
namespace chip {
namespace app {
namespace Clusters {
namespace FixedLabel {
inline constexpr uint32_t kRevision = 1;
namespace Attributes {
namespace LabelList {
inline constexpr DataModel::AttributeEntry
kMetadataEntry(LabelList::Id, BitFlags<DataModel::AttributeQualityFlags>(DataModel::AttributeQualityFlags::kListAttribute),
Access::Privilege::kView, std::nullopt);
} // namespace LabelList
constexpr std::array<DataModel::AttributeEntry, 1> kMandatoryMetadata = {
LabelList::kMetadataEntry,
};
} // namespace Attributes
namespace Commands {} // namespace Commands
namespace Events {} // namespace Events
} // namespace FixedLabel
} // namespace Clusters
} // namespace app
} // namespace chip