From 934de10a65f36e6897b58881d1f0e78fbee88854 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 24 Aug 2023 15:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=97=E8=BD=A6=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E6=95=85=E9=9A=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 125a9ad..7202fdc 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -56,6 +56,6 @@ enum AlertType { AXLE_LED_ORANGE_MOST = 16; //道岔大面积失表 SWITCH_LOST_MOST = 17; - //信号故障 - TRAIN_SIGNAL = 18; + //列车紧制 & atp切除 + TRAIN_EB_ATP = 18; }