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