feat: Update water process speed.

This commit is contained in:
sunwen
2025-04-24 17:03:29 +08:00
parent 014fb8383b
commit 27fff41eb3
3 changed files with 11 additions and 17 deletions

View File

@@ -159,7 +159,7 @@ void DeviceManager::initDevice()
{
this->processWaterCleanResult("{\"code\":-1}");
});
mWaterProcessExitAction = new DmsAsyncAction(USRV_CONTROL, ACT_CTL_WEXIT, this, "responseWaterProcessExit", this);
mWaterProcessExitAction = new DmsAsyncAction(USRV_CONTROL, ACT_CTL_WEXIT, this, "responseWaterProcessExit(const QString&)", this);
mWaterProcessExitAction->setTimeoutInterval(WATERPROCESS_TIMEOUT);
connect(mWaterProcessExitAction, &DmsAsyncAction::timeout, [this]()
{