stopMotion(with:expectedValues:expectedValueInterval:completion:)

Declaration

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