ad upgrade

ad upgrade confirm and cancel instructions issued
This commit is contained in:
xuxinchao
2022-01-29 16:19:38 +08:00
parent ce09488a29
commit ff77a2eeb4
4 changed files with 44 additions and 7 deletions

View File

@@ -77,4 +77,14 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
* 重启
*/
void setIPCReboot();
/**
* 工控机升级确认
*/
void setIPCUpgradeAffirm();
/**
* 工控机升级取消
*/
void setIPCUpgradeCancel();
}