---
title: suggestedRoomUniqueIdentifier
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaccessorysetuprequest/suggestedroomuniqueidentifier
---

# suggestedRoomUniqueIdentifier

The identifier corresponding to the room that the framework suggests.

## Declaration

```swift
var suggestedRoomUniqueIdentifier: UUID? { get set }
```

## Discussion

Discussion If nil, then any room may be suggested. See uniqueIdentifier for more information.

## See Also

### Setting up accessorices

- [homeUniqueIdentifier](homekit/hmaccessorysetuprequest/homeuniqueidentifier.md)
- [payload](homekit/hmaccessorysetuprequest/payload.md)
- [suggestedAccessoryName](homekit/hmaccessorysetuprequest/suggestedaccessoryname.md)
