Contents

home(_:didAdd:)

Tells the delegate that a home added a new accessory.

Declaration

optional func home(_ home: HMHome, didAdd accessory: HMAccessory)

Parameters

  • home:

    The home that added the accessory.

  • accessory:

    The newly added accessory.

See Also

Observing Home Configuration