---
title: MTRClusterActions
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclusteractions
---

# MTRClusterActions

## Declaration

```swift
class MTRClusterActions
```

## Topics

### Initializers

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

### Instance Methods

- [disableAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/disableaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [disableAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/disableaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [disableActionWithDuration(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/disableactionwithduration(with:expectedvalues:expectedvalueinterval:completion:).md)
- [disableActionWithDuration(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/disableactionwithduration(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [enableAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/enableaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [enableAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/enableaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [enableActionWithDuration(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/enableactionwithduration(with:expectedvalues:expectedvalueinterval:completion:).md)
- [enableActionWithDuration(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/enableactionwithduration(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [instantAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/instantaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [instantAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/instantaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [instantActionWithTransition(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/instantactionwithtransition(with:expectedvalues:expectedvalueinterval:completion:).md)
- [instantActionWithTransition(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/instantactionwithtransition(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [pauseAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/pauseaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [pauseAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/pauseaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [pauseActionWithDuration(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/pauseactionwithduration(with:expectedvalues:expectedvalueinterval:completion:).md)
- [pauseActionWithDuration(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/pauseactionwithduration(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclusteractions/readattributeacceptedcommandlist(with:).md)
- [readAttributeActionList(with:)](matter/mtrclusteractions/readattributeactionlist(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclusteractions/readattributeattributelist(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclusteractions/readattributeclusterrevision(with:).md)
- [readAttributeEndpointLists(with:)](matter/mtrclusteractions/readattributeendpointlists(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclusteractions/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclusteractions/readattributegeneratedcommandlist(with:).md)
- [readAttributeSetupURL(with:)](matter/mtrclusteractions/readattributesetupurl(with:).md)
- [resumeAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/resumeaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [resumeAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/resumeaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [startAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/startaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [startAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/startaction(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [startActionWithDuration(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/startactionwithduration(with:expectedvalues:expectedvalueinterval:completion:).md)
- [startActionWithDuration(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/startactionwithduration(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [stopAction(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusteractions/stopaction(with:expectedvalues:expectedvalueinterval:completion:).md)
- [stopAction(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclusteractions/stopaction(with:expectedvalues:expectedvalueinterval:completionhandler:).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)
