accessory(_:didUpdateNameFor:)
Informs the delegate when the name of a service is updated.
Declaration
optional func accessory(_ accessory: HMAccessory, didUpdateNameFor service: HMService)Parameters
- accessory:
The accessory with an updated service name.
- service:
The service whose name changed.