feat: Update water process speed.
This commit is contained in:
@@ -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]()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user