blob: 6e8b62c4bcd30726c4974acb117883c01abf5504 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster MicrowaveOvenControl (cluster code: 95/0x5F)
// 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 MicrowaveOvenControl {
namespace Attributes {
// Total number of attributes supported by the cluster, including global attributes
inline constexpr uint32_t kAttributesCount = 14;
namespace CookTime {
inline constexpr AttributeId Id = 0x00000000;
} // namespace CookTime
namespace MaxCookTime {
inline constexpr AttributeId Id = 0x00000001;
} // namespace MaxCookTime
namespace PowerSetting {
inline constexpr AttributeId Id = 0x00000002;
} // namespace PowerSetting
namespace MinPower {
inline constexpr AttributeId Id = 0x00000003;
} // namespace MinPower
namespace MaxPower {
inline constexpr AttributeId Id = 0x00000004;
} // namespace MaxPower
namespace PowerStep {
inline constexpr AttributeId Id = 0x00000005;
} // namespace PowerStep
namespace SupportedWatts {
inline constexpr AttributeId Id = 0x00000006;
} // namespace SupportedWatts
namespace SelectedWattIndex {
inline constexpr AttributeId Id = 0x00000007;
} // namespace SelectedWattIndex
namespace WattRating {
inline constexpr AttributeId Id = 0x00000008;
} // namespace WattRating
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 MicrowaveOvenControl
} // namespace Clusters
} // namespace app
} // namespace chip