Contents

home(_:didRemove:from:)

Tells the delegate that a home removed a service from a service group.

Declaration

optional func home(_ home: HMHome, didRemove service: HMService, from group: HMServiceGroup)

Parameters

  • home:

    The home.

  • service:

    The service that was removed.

  • group:

    The group from which the service was removed.

See Also

Observing Service Configuration