Contents

home(_:didRemove:)

Tells the delegate that a home removed a zone.

Declaration

optional func home(_ home: HMHome, didRemove zone: HMZone)

Parameters

  • home:

    The home.

  • zone:

    The zone that was removed.

See Also

Observing Home Configuration