Contents

home(_:didAdd:to:)

Tells the delegate that a home added a room to a zone.

Declaration

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

Parameters

  • home:

    The home.

  • room:

    The room that was assigned to the zone.

  • zone:

    The zone the room was assigned to.

See Also

Observing Home Configuration