Contents

home(_:didRemove:from:)

Tells the delegate that a home removed a room from a zone.

Declaration

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

Parameters

  • home:

    The home.

  • room:

    The room that was removed from the zone.

  • zone:

    The zone the room was removed from.

See Also

Observing Home Configuration