信号机

This commit is contained in:
xzb 2023-10-13 15:56:47 +08:00
parent bbead938bb
commit 0b44d2adad

View File

@ -54,8 +54,6 @@ message SwitchState{
message SignalState{
//
string id = 1;
//
Signal.Aspect aspect = 2;
}
//
message Signal {
@ -258,8 +256,6 @@ message AllDevicesStatus{
repeated SectionState sectionState = 3;
//
repeated ReplyState replyState = 4;
//
repeated SignalState signalState = 5;
}
//