---
title: MTRBaseClusterDeviceEnergyManagementMode
framework: matter
role: symbol
role_heading: Class
path: matter/mtrbaseclusterdeviceenergymanagementmode
---

# MTRBaseClusterDeviceEnergyManagementMode

Cluster Device Energy Management Mode

## Declaration

```swift
class MTRBaseClusterDeviceEnergyManagementMode
```

## Overview

Overview Attributes and commands for selecting a mode from a list of supported options.

## Topics

### Initializers

- [init(device:endpointID:queue:)](matter/mtrbaseclusterdeviceenergymanagementmode/init(device:endpointid:queue:).md)

### Instance Methods

- [changeToMode(with:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/changetomode(with:completion:).md)
- [readAttributeAcceptedCommandList(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeacceptedcommandlist(completion:).md)
- [readAttributeAttributeList(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeattributelist(completion:).md)
- [readAttributeClusterRevision(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeclusterrevision(completion:).md)
- [readAttributeCurrentMode(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributecurrentmode(completion:).md)
- [readAttributeFeatureMap(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributefeaturemap(completion:).md)
- [readAttributeGeneratedCommandList(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributegeneratedcommandlist(completion:).md)
- [readAttributeSupportedModes(completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributesupportedmodes(completion:).md)
- [subscribeAttributeAcceptedCommandList(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributeacceptedcommandlist(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeAttributeList(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributeattributelist(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeClusterRevision(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributeclusterrevision(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeCurrentMode(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributecurrentmode(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeFeatureMap(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributefeaturemap(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeGeneratedCommandList(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributegeneratedcommandlist(with:subscriptionestablished:reporthandler:).md)
- [subscribeAttributeSupportedModes(with:subscriptionEstablished:reportHandler:)](matter/mtrbaseclusterdeviceenergymanagementmode/subscribeattributesupportedmodes(with:subscriptionestablished:reporthandler:).md)

### Type Methods

- [readAttributeAcceptedCommandList(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeacceptedcommandlist(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeAttributeList(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeattributelist(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeClusterRevision(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributeclusterrevision(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeCurrentMode(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributecurrentmode(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeFeatureMap(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributefeaturemap(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeGeneratedCommandList(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributegeneratedcommandlist(withclusterstatecache:endpoint:queue:completion:).md)
- [readAttributeSupportedModes(withClusterStateCache:endpoint:queue:completion:)](matter/mtrbaseclusterdeviceenergymanagementmode/readattributesupportedmodes(withclusterstatecache:endpoint:queue:completion:).md)

## Relationships

### Inherits From

- [MTRGenericBaseCluster](matter/mtrgenericbasecluster.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
