From 6e8fecb59b22e10c00398820076edb1a84d825ba Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Sun, 18 Feb 2024 14:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=91=E5=8A=A8=E9=97=A8=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0{=E5=BC=BA=E5=88=B6}=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index 4624305..8477608 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -531,6 +531,7 @@ message AsdState { bool gmdw = 3; //关门到位(实际位置) bool mgj = 4; //门关继电器 bool zaw = 5; //有障碍物 + bool force = 6; //强制开/关门 }