HMHome.AssignAccessoryAsync(HMAccessory, HMRoom) Method

Definition

Assigns accessory to room and runs completion afer it has been assigned.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task AssignAccessoryAsync (HomeKit.HMAccessory accessory, HomeKit.HMRoom room);
abstract member AssignAccessoryAsync : HomeKit.HMAccessory * HomeKit.HMRoom -> System.Threading.Tasks.Task
override this.AssignAccessoryAsync : HomeKit.HMAccessory * HomeKit.HMRoom -> System.Threading.Tasks.Task

Parameters

accessory
HMAccessory
room
HMRoom

Returns

A task that represents the asynchronous AssignAccessory operation

Attributes

Applies to