From 11e81fe6e710fea687f038f64a7199f0ead6a23e Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Wed, 24 Jan 2024 17:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=AD=94=E5=99=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8F=AF=E5=8F=98=E6=8A=A5=E6=96=87=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index 9c3ec27..364ad49 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -513,6 +513,8 @@ message BaliseState { graphicData.KilometerSystem km = 2; //当前公里标 string fixedTelegram = 3; //固定报文 string fixedUserTelegram = 4; //固定用户报文 + string variableTelegram = 5; //可变报文 + string variableUserTelegram = 6; //可变用户报文 } ////////////////////////////////////////////////////////////////////////////