From 978bd7342d2438e411f112c7413f5e92b8fbbc0c Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 4 Jul 2024 17:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AF=E5=A2=9E=E5=8A=A0=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/tccGraphics.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/tccGraphics.proto b/protos/tccGraphics.proto index dd76ed6..f08fad4 100644 --- a/protos/tccGraphics.proto +++ b/protos/tccGraphics.proto @@ -51,7 +51,8 @@ message TccLight { graphicData.CommonInfo common = 1; string code = 2; TccElementColor lightColor = 3; - bool activeLevel = 4; + bool activeLevel = 4;//有效电平 + bool initialState = 5;//初始状态,与有效电平对比,如何相同,刚开始打开驾驶台的时候就是亮着的 } enum TccElementColor {