Contents

home(_:didRemove:)

Tells the delegate that a home removed an accessory.

Declaration

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

Parameters

  • home:

    The home that removed the accessory.

  • accessory:

    The accessory that was removed.

See Also

Observing Home Configuration