From 910f6bdd9eb2fc19244b3ed64d117cf1ee1d42ca Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 6 Feb 2024 10:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=81=E9=92=AE=E6=97=81=E8=B7=AF=E5=8F=8A?= =?UTF-8?q?=E6=97=81=E8=B7=AF=E5=A4=8D=E4=BD=8D=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 9e1aa81..b5796b9 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -480,7 +480,7 @@ message ButtonState { uint32 id = 1; bool down = 2; bool active = 3; // 带灯的按钮 - bool bypass = 4; //摁钮,钥匙 是否旁路 +// bool bypass = 4; //摁钮,钥匙 是否旁路 } // 警铃状态 @@ -517,7 +517,7 @@ message AsdState { message KeyState { uint32 id = 1; int32 gear = 2; - bool bypass = 3; //摁钮,钥匙 是否旁路 +// bool bypass = 3; //摁钮,钥匙 是否旁路 } // 战场图门控箱继电器状态