【站场图emp按钮状态】

This commit is contained in:
weizhihong 2023-11-06 14:15:34 +08:00
parent 280219a91a
commit fe58c72ee0

View File

@ -311,6 +311,14 @@ message SpksState {
bool pljxh = 6; //
}
// EMP状态
message EmpState {
string id = 1;
bool xh = 2; //
bool down = 3; //
bool emp = 4; //
bool empfa = 5; //
}
////////////////////////////////////////////////////////////////////////////
@ -352,6 +360,8 @@ message AllDevicesStatus{
repeated KeyState KeyState = 10;
// SPKS状态
repeated SpksState spksState = 11;
// EMP状态
repeated EmpState empState = 12;
}
//