supportsIdentify
A Boolean value that indicates whether the accessory supports the identify action.
Declaration
var supportsIdentify: Bool { get }Discussion
If false, any calls to the identify(completionHandler:) method return an error. However, even if this property is true, calls to identify(completionHandler:) may not succeed.