---
title: MTRClusterDeviceEnergyManagementMode
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclusterdeviceenergymanagementmode
---

# MTRClusterDeviceEnergyManagementMode

Cluster Device Energy Management Mode Attributes and commands for selecting a mode from a list of supported options.

## Declaration

```swift
class MTRClusterDeviceEnergyManagementMode
```

## Topics

### Initializers

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

### Instance Methods

- [changeToMode(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterdeviceenergymanagementmode/changetomode(with:expectedvalues:expectedvalueinterval:completion:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributeacceptedcommandlist(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributeattributelist(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributeclusterrevision(with:).md)
- [readAttributeCurrentMode(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributecurrentmode(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributegeneratedcommandlist(with:).md)
- [readAttributeSupportedModes(with:)](matter/mtrclusterdeviceenergymanagementmode/readattributesupportedmodes(with:).md)

## Relationships

### Inherits From

- [MTRGenericCluster](matter/mtrgenericcluster.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)
