From 3d3461d09bff61ca6b4ccba7378eaee3b2437a5f Mon Sep 17 00:00:00 2001 From: weizhihong Date: Thu, 9 Nov 2023 18:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E7=BB=99=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=8F=91=E9=80=81=E7=9A=84=E9=81=93=E5=B2=94=E5=8D=A0?= =?UTF-8?q?=E7=94=A8=E7=8A=B6=E6=80=81=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, 2 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index 457890b..cec1fea 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -71,6 +71,8 @@ message SwitchState{ bool fc = 15; // 是否允许操作 bool yc = 16; + // 是否占用 + bool occupied = 17; } //信号机状态 message SignalState{