---
title: MTRClusterOperationalState
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclusteroperationalstate
---

# MTRClusterOperationalState

## Declaration

```swift
class MTRClusterOperationalState
```

## Topics

### Initializers

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

### Instance Methods

- [pause(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/pause(with:expectedvalues:expectedvalueinterval:completion:).md)
- [pause(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/pause(withexpectedvalues:expectedvalueinterval:completion:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclusteroperationalstate/readattributeacceptedcommandlist(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclusteroperationalstate/readattributeattributelist(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclusteroperationalstate/readattributeclusterrevision(with:).md)
- [readAttributeCountdownTime(with:)](matter/mtrclusteroperationalstate/readattributecountdowntime(with:).md)
- [readAttributeCurrentPhase(with:)](matter/mtrclusteroperationalstate/readattributecurrentphase(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclusteroperationalstate/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclusteroperationalstate/readattributegeneratedcommandlist(with:).md)
- [readAttributeOperationalError(with:)](matter/mtrclusteroperationalstate/readattributeoperationalerror(with:).md)
- [readAttributeOperationalState(with:)](matter/mtrclusteroperationalstate/readattributeoperationalstate(with:).md)
- [readAttributeOperationalStateList(with:)](matter/mtrclusteroperationalstate/readattributeoperationalstatelist(with:).md)
- [readAttributePhaseList(with:)](matter/mtrclusteroperationalstate/readattributephaselist(with:).md)
- [resume(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/resume(with:expectedvalues:expectedvalueinterval:completion:).md)
- [resume(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/resume(withexpectedvalues:expectedvalueinterval:completion:).md)
- [start(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/start(with:expectedvalues:expectedvalueinterval:completion:).md)
- [start(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/start(withexpectedvalues:expectedvalueinterval:completion:).md)
- [stop(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/stop(with:expectedvalues:expectedvalueinterval:completion:).md)
- [stop(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusteroperationalstate/stop(withexpectedvalues:expectedvalueinterval:completion:).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)
