仿真状态调整
This commit is contained in:
parent
f5d7363c7b
commit
bc70ae80a0
@ -572,17 +572,16 @@ message PushedDevicesStatus{
|
||||
message SimulationStatus {
|
||||
|
||||
enum SimulationState {
|
||||
PAUSE = 0;
|
||||
START = 1;
|
||||
ERROR = 2;
|
||||
DESTROY = 3;
|
||||
Init = 0;
|
||||
Running = 1;
|
||||
Pause = 2;
|
||||
Error = 3;
|
||||
Destroy = 4;
|
||||
}
|
||||
|
||||
string simulationId = 1;
|
||||
|
||||
SimulationState state = 2;
|
||||
|
||||
string description = 3;
|
||||
// string description = 3;
|
||||
}
|
||||
|
||||
// 仿真在用的第三方接口状态列表
|
||||
|
Loading…
Reference in New Issue
Block a user