From 68c46628cc8c588cfa062910c0e43c70dd7fa2a0 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Wed, 16 Aug 2023 17:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E6=B7=BB=E5=8A=A0=E8=BD=AC?= =?UTF-8?q?=E6=8A=98=E8=BD=A8=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 75014c6..213040c 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -36,4 +36,12 @@ enum AlertType { PLATFORM_DOOR_CANNOT_OPEN = 5; //整侧站台门无法关闭 PLATFORM_DOOR_CANNOT_CLOSE = 6; + //道岔失表 + SWITCH_LOST = 7; + //道岔均失表 + SWITCH_All_LOST = 8; + //道岔定位失表 + SWITCH_DW_LOST = 9; + //道岔反位失表 + SWITCH_FW_LOST = 10; }