blob: 0ba9b88bcd2cd9355201d61f5c292a7e7e75c041 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Cluster metadata information for cluster PulseWidthModulation (cluster code: 28/0x1C)
// based on src/controller/data_model/controller-clusters.matter
#pragma once
#include <optional>
#include <app/data-model-provider/ClusterMetadataProvider.h>
#include <app/data-model-provider/MetadataTypes.h>
#include <clusters/PulseWidthModulation/Ids.h>
#include <clusters/PulseWidthModulation/Metadata.h>
namespace chip {
namespace app {
namespace DataModel {
template <>
struct ClusterMetadataProvider<DataModel::AttributeEntry, Clusters::PulseWidthModulation::Id>
{
static constexpr std::optional<DataModel::AttributeEntry> EntryFor(AttributeId attributeId)
{
using namespace Clusters::PulseWidthModulation::Attributes;
switch (attributeId)
{
default:
return std::nullopt;
}
}
};
template <>
struct ClusterMetadataProvider<DataModel::AcceptedCommandEntry, Clusters::PulseWidthModulation::Id>
{
static constexpr std::optional<DataModel::AcceptedCommandEntry> EntryFor(CommandId commandId)
{
using namespace Clusters::PulseWidthModulation::Commands;
switch (commandId)
{
default:
return std::nullopt;
}
}
};
} // namespace DataModel
} // namespace app
} // namespace chip