blob: 07f85d0b4c86cfe7aac54b8cdb9386ad17a430d5 [file] [log] [blame]
// DO NOT EDIT MANUALLY - Generated file
//
// Identifier constant values for cluster ElectricalGridConditions (cluster code: 160/0xA0)
// 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 ElectricalGridConditions {
namespace Attributes {
namespace LocalGenerationAvailable {
inline constexpr AttributeId Id = 0x00000000;
} // namespace LocalGenerationAvailable
namespace CurrentConditions {
inline constexpr AttributeId Id = 0x00000001;
} // namespace CurrentConditions
namespace ForecastConditions {
inline constexpr AttributeId Id = 0x00000002;
} // namespace ForecastConditions
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 ElectricalGridConditions
} // namespace Clusters
} // namespace app
} // namespace chip