---
title: "readAttributePhysicalContactOccupiedToUnoccupiedDelay(withClusterStateCache:endpoint:queue:completion:)"
framework: matter
role: symbol
role_heading: Type Method
path: "matter/mtrbaseclusteroccupancysensing/readattributephysicalcontactoccupiedtounoccupieddelay(withclusterstatecache:endpoint:queue:completion:)"
---

# readAttributePhysicalContactOccupiedToUnoccupiedDelay(withClusterStateCache:endpoint:queue:completion:)

## Declaration

```swift
class func readAttributePhysicalContactOccupiedToUnoccupiedDelay(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
class func readAttributePhysicalContactOccupiedToUnoccupiedDelay(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> NSNumber
```
