From aec7512cf09e451aca396de2f6e8b98e9b68c624 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 24 Aug 2023 11:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 0b1c757..125a9ad 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -56,4 +56,6 @@ enum AlertType { AXLE_LED_ORANGE_MOST = 16; //道岔大面积失表 SWITCH_LOST_MOST = 17; + //信号故障 + TRAIN_SIGNAL = 18; }