From 2f5db03f59c88f881790a8a68f221080af21feaa Mon Sep 17 00:00:00 2001 From: Yuan Date: Fri, 13 Oct 2023 15:22:20 +0800 Subject: [PATCH] =?UTF-8?q?ibp=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ibpGraphics.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/protos/ibpGraphics.proto b/protos/ibpGraphics.proto index 7beb207..fa1fcca 100644 --- a/protos/ibpGraphics.proto +++ b/protos/ibpGraphics.proto @@ -12,6 +12,7 @@ message IBPGraphicStorage { repeated IBPText IBPTexts = 6; // UniqueIdType UniqueIdPrefix = 7; repeated IbpRelatedDevice ibpRelatedDevices = 8; + repeated IbpLight ibpLights = 9; } message IBPButton { @@ -54,6 +55,18 @@ message IbpArrow { repeated graphicData.Point points = 3; } +message IbpLight { + enum IbpLightColor { + white = 0; + red = 1; + green = 2; + blue = 3; + } + graphicData.CommonInfo common = 1; + IbpLightColor color = 2; + string code = 3; +} + // message UniqueIdType { // string city = 1; //城市 // string lineId = 2; //线路号