From e80785b8134f0c8188d568926e62ab8c9b11a9b1 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Fri, 23 Feb 2024 10:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=88=97=E8=BD=A6=E5=90=8E?= =?UTF-8?q?=E5=8F=AF=E5=86=8D=E6=AC=A1=E6=B7=BB=E5=8A=A0=E7=9B=B8=E5=90=8C?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E5=88=97=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index e9b2c5f..81d4833 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -131,7 +131,7 @@ message TrainState{ float speed = 3; //列车长度,1=1mm int64 trainLength = 4; - //列车是否显示 + //列车是否显示(此状态仅在列车被删除时为false,若需更改用途需增加列车被删除状态) bool show = 5; // 列车车头所在设备ID uint32 headDeviceId = 6;