From fba9d6979557d3b4ef2e3b3dbab1c907fcdd44f7 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Wed, 8 Nov 2023 11:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E7=AB=99=E5=8F=B0?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=97=A8=E6=B6=88=E6=81=AF=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E3=80=91?= 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 92e6c22..f200271 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -111,7 +111,7 @@ message PlatformState{ // SPKS继电器状态 repeated ReplyState spksState = 3; // 门控箱继电器状态 - repeated MkxJState mkxJState = 4; + MkxJState mkxJState = 4; } //车站状态 message StationState{