---
title: HMAccessorySetupRequest
framework: homekit
role: symbol
role_heading: Class
path: homekit/hmaccessorysetuprequest
---

# HMAccessorySetupRequest

An object that describes how to add and setup up new accessories.

## Declaration

```swift
class HMAccessorySetupRequest
```

## Overview

Overview Use this class to provide steps for the user to add one or more accessories to a particular home, and follow up with additional setup.

## Topics

### Setting up accessorices

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

### Instance Properties

- [matterPayload](homekit/hmaccessorysetuprequest/matterpayload.md)

### Initializers

- [init()](homekit/hmaccessorysetuprequest/init().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessories

- [HMAccessorySetupManager](homekit/hmaccessorysetupmanager.md)
- [HMAccessorySetupResult](homekit/hmaccessorysetupresult.md)
- [Interacting with a home automation network](homekit/interacting-with-a-home-automation-network.md)
- [HMAccessory](homekit/hmaccessory.md)
- [HMService](homekit/hmservice.md)
- [HMCharacteristic](homekit/hmcharacteristic.md)
- [HMMediaSourceDisplayOrderProfile](homekit/hmmediasourcedisplayorderprofile.md)
