|
|
@ -92,7 +92,7 @@ export function startWash(params: { type: WashType }) { |
|
|
|
export function stopWash(params: Record<string, any>) { |
|
|
|
return httpRequest<BaseResponse>({ url: "/api/cmd/stopWash", params, method: "POST" }); |
|
|
|
} |
|
|
|
export function startPrefill(params: { speed: number }) { |
|
|
|
export function startPrefill(params: { rotationSpeed: number }) { |
|
|
|
return httpRequest<BaseResponse>({ url: "/api/cmd/startPrefill", params: { params }, method: "POST" }); |
|
|
|
} |
|
|
|
export function stopPrefill(params: Record<string, any>) { |
|
|
|