From ced6f855df7bce1f589fe18fc02b17e88547fc29 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Wed, 21 Feb 2024 09:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E7=8A=B6=E6=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=BD=A6=E5=B0=BE=E8=AE=BE=E5=A4=87=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 8477608..a6d2b70 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -416,8 +416,10 @@ message TrainMapState{ uint32 tailDeviceId = 66; // 列车车尾所在设备偏移量 int64 tailOffset = 67; + // 列车车尾所在设备端口 + string tailDevicePort = 68; // BTM状态 - BTMState btmState = 68; + BTMState btmState = 69; } message BTMState {