---
title: MTRClusterEnergyEVSE
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclusterenergyevse
---

# MTRClusterEnergyEVSE

Cluster Energy EVSE Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management.

## Declaration

```swift
class MTRClusterEnergyEVSE
```

## Topics

### Initializers

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

### Instance Methods

- [clearTargets(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/cleartargets(with:expectedvalues:expectedvalueinterval:completion:).md)
- [clearTargets(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/cleartargets(withexpectedvalues:expectedvalueinterval:completion:).md)
- [disable(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/disable(with:expectedvalues:expectedvalueinterval:completion:).md)
- [disable(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/disable(withexpectedvalues:expectedvalueinterval:completion:).md)
- [enableCharging(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/enablecharging(with:expectedvalues:expectedvalueinterval:completion:).md)
- [getTargetsWith(_:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/gettargetswith(_:expectedvalues:expectedvalueinterval:completion:).md)
- [getTargetsWithExpectedValues(_:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/gettargetswithexpectedvalues(_:expectedvalueinterval:completion:).md)
- [readAttributeAcceptedCommandList(with:)](matter/mtrclusterenergyevse/readattributeacceptedcommandlist(with:).md)
- [readAttributeApproximateEVEfficiency(with:)](matter/mtrclusterenergyevse/readattributeapproximateevefficiency(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclusterenergyevse/readattributeattributelist(with:).md)
- [readAttributeChargingEnabledUntil(with:)](matter/mtrclusterenergyevse/readattributechargingenableduntil(with:).md)
- [readAttributeCircuitCapacity(with:)](matter/mtrclusterenergyevse/readattributecircuitcapacity(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclusterenergyevse/readattributeclusterrevision(with:).md)
- [readAttributeFaultState(with:)](matter/mtrclusterenergyevse/readattributefaultstate(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclusterenergyevse/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclusterenergyevse/readattributegeneratedcommandlist(with:).md)
- [readAttributeMaximumChargeCurrent(with:)](matter/mtrclusterenergyevse/readattributemaximumchargecurrent(with:).md)
- [readAttributeMinimumChargeCurrent(with:)](matter/mtrclusterenergyevse/readattributeminimumchargecurrent(with:).md)
- [readAttributeNextChargeRequiredEnergy(with:)](matter/mtrclusterenergyevse/readattributenextchargerequiredenergy(with:).md)
- [readAttributeNextChargeStartTime(with:)](matter/mtrclusterenergyevse/readattributenextchargestarttime(with:).md)
- [readAttributeNextChargeTargetSoC(with:)](matter/mtrclusterenergyevse/readattributenextchargetargetsoc(with:).md)
- [readAttributeNextChargeTargetTime(with:)](matter/mtrclusterenergyevse/readattributenextchargetargettime(with:).md)
- [readAttributeRandomizationDelayWindow(with:)](matter/mtrclusterenergyevse/readattributerandomizationdelaywindow(with:).md)
- [readAttributeSessionDuration(with:)](matter/mtrclusterenergyevse/readattributesessionduration(with:).md)
- [readAttributeSessionEnergyCharged(with:)](matter/mtrclusterenergyevse/readattributesessionenergycharged(with:).md)
- [readAttributeSessionID(with:)](matter/mtrclusterenergyevse/readattributesessionid(with:).md)
- [readAttributeState(with:)](matter/mtrclusterenergyevse/readattributestate(with:).md)
- [readAttributeSupplyState(with:)](matter/mtrclusterenergyevse/readattributesupplystate(with:).md)
- [readAttributeUserMaximumChargeCurrent(with:)](matter/mtrclusterenergyevse/readattributeusermaximumchargecurrent(with:).md)
- [setTargetsWith(_:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/settargetswith(_:expectedvalues:expectedvalueinterval:completion:).md)
- [startDiagnostics(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/startdiagnostics(with:expectedvalues:expectedvalueinterval:completion:).md)
- [startDiagnostics(withExpectedValues:expectedValueInterval:completion:)](matter/mtrclusterenergyevse/startdiagnostics(withexpectedvalues:expectedvalueinterval:completion:).md)
- [writeAttributeApproximateEVEfficiency(withValue:expectedValueInterval:)](matter/mtrclusterenergyevse/writeattributeapproximateevefficiency(withvalue:expectedvalueinterval:).md)
- [writeAttributeApproximateEVEfficiency(withValue:expectedValueInterval:params:)](matter/mtrclusterenergyevse/writeattributeapproximateevefficiency(withvalue:expectedvalueinterval:params:).md)
- [writeAttributeRandomizationDelayWindow(withValue:expectedValueInterval:)](matter/mtrclusterenergyevse/writeattributerandomizationdelaywindow(withvalue:expectedvalueinterval:).md)
- [writeAttributeRandomizationDelayWindow(withValue:expectedValueInterval:params:)](matter/mtrclusterenergyevse/writeattributerandomizationdelaywindow(withvalue:expectedvalueinterval:params:).md)
- [writeAttributeUserMaximumChargeCurrent(withValue:expectedValueInterval:)](matter/mtrclusterenergyevse/writeattributeusermaximumchargecurrent(withvalue:expectedvalueinterval:).md)
- [writeAttributeUserMaximumChargeCurrent(withValue:expectedValueInterval:params:)](matter/mtrclusterenergyevse/writeattributeusermaximumchargecurrent(withvalue:expectedvalueinterval:params:).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)
