Contents

home(_:didUpdate:for:)

Tells the delegate that a home assigned an accessory to a different room.

Declaration

optional func home(_ home: HMHome, didUpdate room: HMRoom, for accessory: HMAccessory)

Parameters

  • home:

    The home.

  • room:

    The new room for the accessory.

  • accessory:

    The accessory whose room assignment changed.

See Also

Observing Home Configuration