requestCommissioningApproval(with:expectedValues:expectedValueInterval:completion:)

Declaration

func requestCommissioningApproval(with params: MTRCommissionerControlClusterRequestCommissioningApprovalParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completion: @escaping  @Sendable ((any Error)?) -> Void)
func requestCommissioningApproval(with params: MTRCommissionerControlClusterRequestCommissioningApprovalParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws