---
title: "readAttributeOccupancySensorTypeBitmap(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteroccupancysensing/readattributeoccupancysensortypebitmap(completion:)"
---

# readAttributeOccupancySensorTypeBitmap(completion:)

## Declaration

```swift
func readAttributeOccupancySensorTypeBitmap(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeOccupancySensorTypeBitmap() async throws -> NSNumber
```
