Contents

accessoryDidUpdateServices(_:)

Informs the delegate when the services on the accessory have been updated.

Declaration

optional func accessoryDidUpdateServices(_ accessory: HMAccessory)

Parameters

  • accessory:

    The accessory whose list of services has been updated.

Discussion

Accessories provide their services via the services property.

See Also

Observing accessories