【添加继电器状态】

This commit is contained in:
weizhihong 2023-09-27 17:04:13 +08:00
parent 60ea471ebf
commit 35e347cd89

View File

@ -196,6 +196,14 @@ message TrainVobcState {
bool udpInterruption = 25;
}
//
message ReplyState {
//
string id = 1;
//
bool xh = 2;
}
////////////////////////////////////////////////////////////////////////////
//仿
@ -212,12 +220,14 @@ message VariationStatus{
//仿
message AllDevicesStatus{
//
//
repeated TrainState trainState = 1;
//
//
repeated SwitchState switchState = 2;
//
//
repeated SectionState sectionState = 3;
//
repeated ReplyState replyState = 4;
}
//