| // DO NOT EDIT MANUALLY - Generated file |
| // |
| // Identifier constant values for cluster PowerSource (cluster code: 47/0x2F) |
| // 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 PowerSource { |
| namespace Attributes { |
| namespace Status { |
| inline constexpr AttributeId Id = 0x00000000; |
| } // namespace Status |
| |
| namespace Order { |
| inline constexpr AttributeId Id = 0x00000001; |
| } // namespace Order |
| |
| namespace Description { |
| inline constexpr AttributeId Id = 0x00000002; |
| } // namespace Description |
| |
| namespace WiredAssessedInputVoltage { |
| inline constexpr AttributeId Id = 0x00000003; |
| } // namespace WiredAssessedInputVoltage |
| |
| namespace WiredAssessedInputFrequency { |
| inline constexpr AttributeId Id = 0x00000004; |
| } // namespace WiredAssessedInputFrequency |
| |
| namespace WiredCurrentType { |
| inline constexpr AttributeId Id = 0x00000005; |
| } // namespace WiredCurrentType |
| |
| namespace WiredAssessedCurrent { |
| inline constexpr AttributeId Id = 0x00000006; |
| } // namespace WiredAssessedCurrent |
| |
| namespace WiredNominalVoltage { |
| inline constexpr AttributeId Id = 0x00000007; |
| } // namespace WiredNominalVoltage |
| |
| namespace WiredMaximumCurrent { |
| inline constexpr AttributeId Id = 0x00000008; |
| } // namespace WiredMaximumCurrent |
| |
| namespace WiredPresent { |
| inline constexpr AttributeId Id = 0x00000009; |
| } // namespace WiredPresent |
| |
| namespace ActiveWiredFaults { |
| inline constexpr AttributeId Id = 0x0000000A; |
| } // namespace ActiveWiredFaults |
| |
| namespace BatVoltage { |
| inline constexpr AttributeId Id = 0x0000000B; |
| } // namespace BatVoltage |
| |
| namespace BatPercentRemaining { |
| inline constexpr AttributeId Id = 0x0000000C; |
| } // namespace BatPercentRemaining |
| |
| namespace BatTimeRemaining { |
| inline constexpr AttributeId Id = 0x0000000D; |
| } // namespace BatTimeRemaining |
| |
| namespace BatChargeLevel { |
| inline constexpr AttributeId Id = 0x0000000E; |
| } // namespace BatChargeLevel |
| |
| namespace BatReplacementNeeded { |
| inline constexpr AttributeId Id = 0x0000000F; |
| } // namespace BatReplacementNeeded |
| |
| namespace BatReplaceability { |
| inline constexpr AttributeId Id = 0x00000010; |
| } // namespace BatReplaceability |
| |
| namespace BatPresent { |
| inline constexpr AttributeId Id = 0x00000011; |
| } // namespace BatPresent |
| |
| namespace ActiveBatFaults { |
| inline constexpr AttributeId Id = 0x00000012; |
| } // namespace ActiveBatFaults |
| |
| namespace BatReplacementDescription { |
| inline constexpr AttributeId Id = 0x00000013; |
| } // namespace BatReplacementDescription |
| |
| namespace BatCommonDesignation { |
| inline constexpr AttributeId Id = 0x00000014; |
| } // namespace BatCommonDesignation |
| |
| namespace BatANSIDesignation { |
| inline constexpr AttributeId Id = 0x00000015; |
| } // namespace BatANSIDesignation |
| |
| namespace BatIECDesignation { |
| inline constexpr AttributeId Id = 0x00000016; |
| } // namespace BatIECDesignation |
| |
| namespace BatApprovedChemistry { |
| inline constexpr AttributeId Id = 0x00000017; |
| } // namespace BatApprovedChemistry |
| |
| namespace BatCapacity { |
| inline constexpr AttributeId Id = 0x00000018; |
| } // namespace BatCapacity |
| |
| namespace BatQuantity { |
| inline constexpr AttributeId Id = 0x00000019; |
| } // namespace BatQuantity |
| |
| namespace BatChargeState { |
| inline constexpr AttributeId Id = 0x0000001A; |
| } // namespace BatChargeState |
| |
| namespace BatTimeToFullCharge { |
| inline constexpr AttributeId Id = 0x0000001B; |
| } // namespace BatTimeToFullCharge |
| |
| namespace BatFunctionalWhileCharging { |
| inline constexpr AttributeId Id = 0x0000001C; |
| } // namespace BatFunctionalWhileCharging |
| |
| namespace BatChargingCurrent { |
| inline constexpr AttributeId Id = 0x0000001D; |
| } // namespace BatChargingCurrent |
| |
| namespace ActiveBatChargeFaults { |
| inline constexpr AttributeId Id = 0x0000001E; |
| } // namespace ActiveBatChargeFaults |
| |
| namespace EndpointList { |
| inline constexpr AttributeId Id = 0x0000001F; |
| } // namespace EndpointList |
| |
| 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 PowerSource |
| } // namespace Clusters |
| } // namespace app |
| } // namespace chip |