blob: 8f17cc98213181a8b4d96ed4404fea926060061c [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Cluster metadata information for cluster PowerSourceConfiguration (cluster code: 46/0x2E)
// 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/PowerSourceConfiguration/Ids.h>
namespace chip {
namespace app {
namespace Clusters {
namespace PowerSourceConfiguration {
inline constexpr uint32_t kRevision = 1;
namespace Attributes {
namespace Sources {
inline constexpr DataModel::AttributeEntry
kMetadataEntry(Sources::Id, BitFlags<DataModel::AttributeQualityFlags>(DataModel::AttributeQualityFlags::kListAttribute),
Access::Privilege::kView, std::nullopt);
} // namespace Sources
constexpr std::array<DataModel::AttributeEntry, 1> kMandatoryMetadata = {
Sources::kMetadataEntry,
};
} // namespace Attributes
namespace Commands {} // namespace Commands
namespace Events {} // namespace Events
} // namespace PowerSourceConfiguration
} // namespace Clusters
} // namespace app
} // namespace chip