addAndSetupAccessories(completionHandler:)
Finds and adds nearby accessories to the home.
Declaration
func addAndSetupAccessories(completionHandler completion: @escaping @Sendable ((any Error)?) -> Void)func addAndSetUpAccessories() async throwsParameters
- completion:
The block executed after the request is processed.
- error
nilon success; otherwise, error object indicating the reason for failure.
Mentioned in
Discussion
This method launches an interactive process that first asks the user to provide a HomeKit code for the accessories—for example, by scanning an 8-digit code, by scanning the QR code, wirelessly by holding an iPhone next to the device, or by manually entering the HomeKit code. The process then asks the user to configure the accessory’s services, naming them and placing them in rooms.