---
title: "readAttributePrimary6Intensity(withAttributeCache:endpoint:queue:completionHandler:)"
framework: matter
role: symbol
role_heading: Type Method
path: "matter/mtrbaseclustercolorcontrol/readattributeprimary6intensity(withattributecache:endpoint:queue:completionhandler:)"
---

# readAttributePrimary6Intensity(withAttributeCache:endpoint:queue:completionHandler:)

## Declaration

```swift
class func readAttributePrimary6Intensity(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completionHandler: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
class func readAttributePrimary6Intensity(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> NSNumber
```
