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