Contents

home(_:didAdd:)

Tells the delegate that a home added a user.

Declaration

optional func home(_ home: HMHome, didAdd user: HMUser)

Parameters

  • home:

    The home.

  • user:

    The user that was added.

See Also

Observing Home Configuration