Contents

home(_:didAdd:)

Tells the delegate that a home added a new room.

Declaration

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

Parameters

  • home:

    The home that added the room.

  • room:

    The new room.

See Also

Observing Home Configuration