信号机状态推送
This commit is contained in:
parent
7d027a7e5e
commit
8c5cf8f0d5
@ -256,6 +256,8 @@ message AllDevicesStatus{
|
||||
repeated SectionState sectionState = 3;
|
||||
// 所有继电器状态
|
||||
repeated ReplyState replyState = 4;
|
||||
// 所有信号机状态
|
||||
repeated SignalState signalState = 5;
|
||||
}
|
||||
|
||||
//服务器端向前端推送的设备状态信息
|
||||
|
Loading…
Reference in New Issue
Block a user