信号机
This commit is contained in:
parent
bbead938bb
commit
0b44d2adad
@ -54,8 +54,6 @@ message SwitchState{
|
|||||||
message SignalState{
|
message SignalState{
|
||||||
//信号机索引
|
//信号机索引
|
||||||
string id = 1;
|
string id = 1;
|
||||||
//信号机显示
|
|
||||||
Signal.Aspect aspect = 2;
|
|
||||||
}
|
}
|
||||||
//信号机显示枚举定义
|
//信号机显示枚举定义
|
||||||
message Signal {
|
message Signal {
|
||||||
@ -258,8 +256,6 @@ message AllDevicesStatus{
|
|||||||
repeated SectionState sectionState = 3;
|
repeated SectionState sectionState = 3;
|
||||||
// 所有继电器状态
|
// 所有继电器状态
|
||||||
repeated ReplyState replyState = 4;
|
repeated ReplyState replyState = 4;
|
||||||
// 所有信号机状态
|
|
||||||
repeated SignalState signalState = 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//服务器端向前端推送的设备状态信息
|
//服务器端向前端推送的设备状态信息
|
||||||
|
Loading…
Reference in New Issue
Block a user