Contents

home(_:didAdd:)

Tells the delegate that a home added a new zone.

Declaration

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

Parameters

  • home:

    The home.

  • zone:

    The new zone.

See Also

Observing Home Configuration