信号机状态推送

This commit is contained in:
xzb 2023-10-13 15:18:12 +08:00
parent 7d027a7e5e
commit 8c5cf8f0d5

View File

@ -256,6 +256,8 @@ message AllDevicesStatus{
repeated SectionState sectionState = 3;
//
repeated ReplyState replyState = 4;
//
repeated SignalState signalState = 5;
}
//