【增加站场图SPKS状态】

This commit is contained in:
weizhihong 2023-11-02 17:00:41 +08:00
parent ebfb67be9c
commit 442cdbead9

View File

@ -292,6 +292,16 @@ message KeyState {
int32 gear = 2;
}
// SPKS状态
message SpksState {
string id = 1;
bool open = 2; //
bool xh = 3; //
bool light = 4; //
bool pl = 5; //
bool pljxh = 6; //
}
////////////////////////////////////////////////////////////////////////////
@ -331,6 +341,8 @@ message AllDevicesStatus{
repeated PsdState psdState = 9;
//
repeated KeyState KeyState = 10;
// SPKS状态
repeated SpksState spksState = 11;
}
//