blob: 72f5985d77c6996083303766d0b8678fa0f34e46 [file]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster LaundryWasherControls (cluster code: 83/0x53)
// 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 LaundryWasherControls {
namespace Attributes {
// Total number of attributes supported by the cluster, including global attributes
inline constexpr uint32_t kAttributesCount = 9;
namespace SpinSpeeds {
inline constexpr AttributeId Id = 0x00000000;
} // namespace SpinSpeeds
namespace SpinSpeedCurrent {
inline constexpr AttributeId Id = 0x00000001;
} // namespace SpinSpeedCurrent
namespace NumberOfRinses {
inline constexpr AttributeId Id = 0x00000002;
} // namespace NumberOfRinses
namespace SupportedRinses {
inline constexpr AttributeId Id = 0x00000003;
} // namespace SupportedRinses
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 LaundryWasherControls
} // namespace Clusters
} // namespace app
} // namespace chip