From 126ba5a7619f6c55f893683dd5a0a86a30b25bec Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Mon, 22 Jan 2024 11:06:09 +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=9B=BA=E5=AE=9A=E6=8A=A5=E6=96=87]=E5=92=8C[=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E7=94=A8=E6=88=B7=E6=8A=A5=E6=96=87]=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8F=8A=E4=BF=AE=E6=94=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 0ce8ea2..cdd74c7 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -505,7 +505,8 @@ message MkxJState { message BaliseState { uint32 id = 1; graphicData.KilometerSystem km = 2; //当前公里标 - string telegram = 3; //当前报文(16进制字符串) + string fixedTelegram = 3; //固定报文 + string fixedUserTelegram = 4; //固定用户报文 } ////////////////////////////////////////////////////////////////////////////