Contents

home(_:didAdd:to:)

Tells the delegate that a home added a service to a service group.

Declaration

optional func home(_ home: HMHome, didAdd service: HMService, to group: HMServiceGroup)

Parameters

  • home:

    The home.

  • service:

    The service that was added.

  • group:

    The group to which the service was added.

See Also

Observing Service Configuration