instantAction(with:expectedValues:expectedValueInterval:completionHandler:)

Declaration

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