From 58977714f4d65ee5b63a5f76375356095d217feb Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 13 Oct 2023 15:57:48 +0800 Subject: [PATCH] =?UTF-8?q?psl=E5=85=B3=E8=81=94=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/pslGraphics.proto | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/protos/pslGraphics.proto b/protos/pslGraphics.proto index d175272..b75a004 100644 --- a/protos/pslGraphics.proto +++ b/protos/pslGraphics.proto @@ -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;//设备类型 -}