This commit is contained in:
xzb 2023-10-13 15:58:31 +08:00
commit 3ca9d88a1f

View File

@ -10,7 +10,7 @@ message PslGraphicStorage {
repeated PslButton pslButtons = 3;
repeated PslKey pslKeys = 4;
repeated PslText pslTexts = 5;
repeated GatedRelateDevice gatedRelateDeviceList = 6;
repeated graphicData.DeviceCombinationtype gatedRelateDeviceList = 6;
}
@ -51,10 +51,3 @@ message PslText {
string color = 4;
int32 fontSize = 5;
}
/* 门控箱关联的设备列表 */
message GatedRelateDevice {
string code = 1;//
repeated graphicData.DeviceCombinationtype combinationtypes = 2; //
graphicData.RelatedRef.DeviceType deviceType = 3;//
}