From f5d7363c7bfb8d0926dd0f66205d416060f9d5a8 Mon Sep 17 00:00:00 2001 From: walker Date: Mon, 22 Jan 2024 17:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E6=B7=BB=E5=8A=A0=E8=AE=A1?= =?UTF-8?q?=E8=BD=B4=E5=A4=8D=E4=BD=8D/=E9=A2=84=E5=A4=8D=E4=BD=8D?= =?UTF-8?q?=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index cdd74c7..aa2cecb 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -38,6 +38,10 @@ message SectionState{ bool occupied = 3; //计轴故障 bool axleFault = 4; + // 计轴复位 + bool axleDrst = 5; + // 计轴预复位 + bool axlePdrst = 6; } //道岔状态