Contents

homeManager(_:didAdd:)

Tells the delegate that the home manager added a home.

Declaration

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

Parameters

  • manager:

    The home manager that added the home.

  • home:

    The newly added home.

See Also

Adding and removing homes