blob: fda9c613f629ee2ab749085205b587dd9860ae03 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster BooleanStateConfiguration (cluster code: 128/0x80)
// 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 BooleanStateConfiguration {
namespace Attributes {
namespace CurrentSensitivityLevel {
inline constexpr AttributeId Id = 0x00000000;
} // namespace CurrentSensitivityLevel
namespace SupportedSensitivityLevels {
inline constexpr AttributeId Id = 0x00000001;
} // namespace SupportedSensitivityLevels
namespace DefaultSensitivityLevel {
inline constexpr AttributeId Id = 0x00000002;
} // namespace DefaultSensitivityLevel
namespace AlarmsActive {
inline constexpr AttributeId Id = 0x00000003;
} // namespace AlarmsActive
namespace AlarmsSuppressed {
inline constexpr AttributeId Id = 0x00000004;
} // namespace AlarmsSuppressed
namespace AlarmsEnabled {
inline constexpr AttributeId Id = 0x00000005;
} // namespace AlarmsEnabled
namespace AlarmsSupported {
inline constexpr AttributeId Id = 0x00000006;
} // namespace AlarmsSupported
namespace SensorFault {
inline constexpr AttributeId Id = 0x00000007;
} // namespace SensorFault
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 BooleanStateConfiguration
} // namespace Clusters
} // namespace app
} // namespace chip