Contents

homeManager(_:didRemove:)

Tells the delegate that the home manager removed a home.

Declaration

optional func homeManager(_ manager: HMHomeManager, didRemove home: HMHome)

Parameters

  • manager:

    The home manager that removed the home.

  • home:

    The removed home.

See Also

Adding and removing homes